Fix lint and unit tests after previous commit
This commit is contained in:
parent
5970419451
commit
ecb9db4af3
@ -33,9 +33,6 @@ from charmhelpers.contrib.openstack.utils import (
|
||||
openstack_upgrade_available,
|
||||
sync_db_with_multi_ipv6_addresses
|
||||
)
|
||||
from charmhelpers.contrib.openstack.neutron import (
|
||||
neutron_plugin_attribute,
|
||||
)
|
||||
|
||||
from neutron_api_utils import (
|
||||
NEUTRON_CONF,
|
||||
@ -197,9 +194,7 @@ def db_changed():
|
||||
@hooks.hook('pgsql-db-relation-changed')
|
||||
@restart_on_change(restart_map())
|
||||
def postgresql_neutron_db_changed():
|
||||
plugin = config('neutron-plugin')
|
||||
CONFIGS.write(NEUTRON_CONF)
|
||||
|
||||
|
||||
|
||||
@hooks.hook('amqp-relation-broken',
|
||||
|
@ -38,7 +38,6 @@ TO_PATCH = [
|
||||
'get_overlay_network_type',
|
||||
'is_relation_made',
|
||||
'log',
|
||||
'neutron_plugin_attribute',
|
||||
'open_port',
|
||||
'openstack_upgrade_available',
|
||||
'relation_get',
|
||||
|
Loading…
x
Reference in New Issue
Block a user