charm-manila/src/layer.yaml
Frode Nordahl c7678d2528
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: I3c5b4c97ef6104c2ecb45d12b29b908cd6150224
2019-08-22 09:00:19 +02:00

13 lines
284 B
YAML

includes:
- layer:openstack-api
- interface:mysql-shared
- interface:rabbitmq
- interface:keystone
- interface:neutron-plugin
- interface:manila-plugin
repo: https://github.com/openstack/charm-manila
options:
basic:
use_venv: True
include_system_packages: False