Specify neutron-common package to avoid charm_openstack issue

This commit is contained in:
Mathieu Mitchell 2017-11-13 21:21:42 -05:00
parent 45d18248f1
commit 42f7d466b3
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ class NewtonNeutronAPIGenericSwitchCharm(charms_openstack.charm.OpenStackCharm):
release = 'newton'
packages = []
packages = ['neutron-common',
'neutron-plugin-ml2']
required_relations = ['neutron-plugin-api-subordinate']
restart_map = {ML2_CONF: []}