From a9a5a2e5fa390b5bd448b3fbff48b32556244d40 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 4 Dec 2019 14:49:04 +0000 Subject: [PATCH] Change openstack clients install directive This change switches to using the python_packages *1 layer.yaml directive for installing the openstack clients for use by the charm. This is primarily to work around *2 *1 https://charmsreactive.readthedocs.io/en/latest/layer-basic.html#layer-configuration *2 https://github.com/juju-solutions/layer-basic/issues/149 Change-Id: I618235384164c03776bd25bf669543fbd99794ad --- src/layer.yaml | 1 + src/wheelhouse.txt | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 src/wheelhouse.txt diff --git a/src/layer.yaml b/src/layer.yaml index f842763..2195b7f 100644 --- a/src/layer.yaml +++ b/src/layer.yaml @@ -3,3 +3,4 @@ options: basic: use_venv: True include_system_packages: False + python_packages: ['keystoneauth1', 'python-glanceclient', 'python-novaclient', 'python-neutronclient'] diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt deleted file mode 100644 index 964f562..0000000 --- a/src/wheelhouse.txt +++ /dev/null @@ -1,5 +0,0 @@ -keystoneauth1 -pbr -python-glanceclient -python-novaclient -python-neutronclient