diff --git a/hooks/neutron_api_hooks.py b/hooks/neutron_api_hooks.py index 8edc9b09..b79571e1 100755 --- a/hooks/neutron_api_hooks.py +++ b/hooks/neutron_api_hooks.py @@ -9,7 +9,6 @@ from subprocess import ( from charmhelpers.core.hookenv import ( Hooks, UnregisteredHookError, - charm_dir, config, is_relation_made, local_unit, diff --git a/templates/kilo/neutron.conf b/templates/kilo/neutron.conf index ec54b395..07a0ed88 100644 --- a/templates/kilo/neutron.conf +++ b/templates/kilo/neutron.conf @@ -29,7 +29,6 @@ bind_port = {{ neutron_bind_port }} bind_port = 9696 {% endif -%} -# {{ service_plugins }} {% if core_plugin -%} core_plugin = {{ core_plugin }} {% if service_plugins -%}