Sync charm-helpers

Change-Id: I26a45ed4aaf449c9ec208a7358808cf987577acf
This commit is contained in:
Chris MacNaughton
2019-07-12 15:05:59 +02:00
committed by Liam Young
parent 365ff6cec4
commit 23e26a4cf2
10 changed files with 77 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ class NeutronOVSBasicDeployment(OpenStackAmuletDeployment):
{'name': 'keystone'},
{'name': 'glance'},
{'name': 'neutron-api'},
{'name': 'percona-cluster', 'constraints': {'mem': '3072M'}},
self.get_percona_service_entry(),
]
super(NeutronOVSBasicDeployment, self)._add_services(this_service,
other_services)