Fix lint and unit tests after previous commit

This commit is contained in:
Liam Young 2015-02-13 15:02:52 +00:00
parent 5970419451
commit ecb9db4af3
2 changed files with 0 additions and 6 deletions

View File

@ -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',

View File

@ -38,7 +38,6 @@ TO_PATCH = [
'get_overlay_network_type',
'is_relation_made',
'log',
'neutron_plugin_attribute',
'open_port',
'openstack_upgrade_available',
'relation_get',