Fix lint and remove pointless comment from template
This commit is contained in:
parent
2c11941949
commit
e78f7d5f7b
@ -9,7 +9,6 @@ from subprocess import (
|
||||
from charmhelpers.core.hookenv import (
|
||||
Hooks,
|
||||
UnregisteredHookError,
|
||||
charm_dir,
|
||||
config,
|
||||
is_relation_made,
|
||||
local_unit,
|
||||
|
@ -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 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user