Rebuild for sync layer-openstack

Also explicitly set ``include_system_packages`` to False.

While that setting is now the a default we consume from
``layer-basic`` it is more clear for the causual reader
of the charm source code.

Remove redundant entries from ``wheelhouse.txt``.

Change-Id: Iff673320827f2dc8f8d642f9c581b9a2a08f5a13
This commit is contained in:
Frode Nordahl 2019-08-22 07:05:12 +02:00
parent 7069ed4d9b
commit e8aef39f36
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
3 changed files with 2 additions and 4 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
6a4e8d66-b54e-11e9-9e21-27ae1864b062
f57f307b-74f9-4f1d-bdc2-50e20aecbb63

View File

@ -9,6 +9,7 @@ includes:
options:
basic:
use_venv: True
include_system_packages: False
packages: [ 'libffi-dev', 'libssl-dev' ]
repo: https://github.com/openstack/charm-octavia
config:

View File

@ -4,6 +4,3 @@ python-novaclient
python-neutronclient
neutron_lib
pytest-runner
jinja2
psutil