summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-11-11 21:50:28 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-11-16 15:11:44 -0500
commitd4c210c0903219cf0e048990ab208a18ca828657 (patch)
treeafa629c7b70df922bf4bbe365769e626a117fc7a /meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
parentd0206f9f16905937397f27fb8c18a46331d13056 (diff)
downloadmeta-cloud-services-d4c210c0903219cf0e048990ab208a18ca828657.tar.gz
openstackclient: add missing python modules
Attempting to run 'openstack' commands (such as 'openstack user list') will fail with errors regarding missing python modules. Add the missing module recipes and add the dependencies to openstackclient. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
index 3aa733e..37703cc 100644
--- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
@@ -21,4 +21,7 @@ DEPENDS += "\
21 21
22RDEPENDS_${PN} += "\ 22RDEPENDS_${PN} += "\
23 python-pbr \ 23 python-pbr \
24 python-os-client-config \
25 python-appdirs \
26 python-keystoneauth1 \
24 " 27 "