Policyd override implementation

This patchset implements policy overrides for nova-cloud-controler.

This change includes a charm-helpers sync to bring in the policyd helper
code.

Note there are no functional tests for this feature as the charm still
uses the old style non-zaza amulet framework.  The Related-Bug below is
tracking this issue.

Change-Id: Ia5f3f8189d4a7b7b46a827707d964ebe40740aeb
Closes-Bug: #1741723
Related-Bug: #1845639
This commit is contained in:
Alex Kavanagh
2019-09-30 15:47:53 +01:00
parent cbf5b0bff8
commit f7f6fa295c
6 changed files with 90 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ TO_PATCH = [
'charmhelpers.contrib.openstack.ha.utils.generate_ha_relation_data',
'charmhelpers.contrib.openstack.ha.utils.update_dns_ha_resource_params',
'charmhelpers.contrib.openstack.neutron.network_manager',
'charmhelpers.contrib.openstack.policyd.maybe_do_policyd_overrides',
'charmhelpers.contrib.openstack.policyd.'
'maybe_do_policyd_overrides_on_config_changed',
'charmhelpers.contrib.openstack.utils.configure_installation_source',
'charmhelpers.contrib.openstack.utils.config_value_changed',
'charmhelpers.contrib.openstack.utils.is_unit_paused_set',