commit | 7e8471eef4678e732481a02a85d7908cf6b64143 | [log] [tgz] |
---|---|---|
author | Adam Tengler <a.tengler@tcpcloud.eu> | Wed Jan 27 18:01:09 2016 +0100 |
committer | Adam Tengler <a.tengler@tcpcloud.eu> | Wed Jan 27 18:01:09 2016 +0100 |
tree | 255f6ce9d4cd6dd95ddb66d93187a0fd55d0e28f | |
parent | 1e87450cf470807fe6a20c098cf5f0f053a34baa [diff] |
Fixed list rendering in sphinx doc
diff --git a/nova/meta/sphinx.yml b/nova/meta/sphinx.yml index 2ad021d..bf71440 100644 --- a/nova/meta/sphinx.yml +++ b/nova/meta/sphinx.yml
@@ -94,6 +94,7 @@ packages: value: | {%- for pkg in controller.pkgs %} - * {{ pkg }}: {{ salt['cmd.run']("dpkg -l | grep "+pkg+" | awk '{print \$3}'")}} + {%- set pkg_version = "dpkg -l "+pkg+" | grep "+pkg+" | awk '{print $3}'" %} + * {{ pkg }}: {{ salt['cmd.run'](pkg_version) }} {%- endfor %} {%- endif %}