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
This commit is contained in:
Liam Young 2019-12-04 14:49:04 +00:00
parent 1e546550f2
commit a9a5a2e5fa
2 changed files with 1 additions and 5 deletions

View File

@ -3,3 +3,4 @@ options:
basic:
use_venv: True
include_system_packages: False
python_packages: ['keystoneauth1', 'python-glanceclient', 'python-novaclient', 'python-neutronclient']

View File

@ -1,5 +0,0 @@
keystoneauth1
pbr
python-glanceclient
python-novaclient
python-neutronclient