Fix lint and unit tests
This commit is contained in:
parent
7a4e0e1222
commit
8534a357af
@ -116,5 +116,6 @@ def get_shared_secret():
|
|||||||
if 'shared_secret' in ctxt:
|
if 'shared_secret' in ctxt:
|
||||||
return ctxt['shared_secret']
|
return ctxt['shared_secret']
|
||||||
|
|
||||||
|
|
||||||
def use_dvr():
|
def use_dvr():
|
||||||
return neutron_ovs_context.use_dvr()
|
return neutron_ovs_context.use_dvr()
|
||||||
|
@ -21,6 +21,7 @@ utils.restart_map = _map
|
|||||||
TO_PATCH = [
|
TO_PATCH = [
|
||||||
'apt_update',
|
'apt_update',
|
||||||
'apt_install',
|
'apt_install',
|
||||||
|
'apt_purge',
|
||||||
'config',
|
'config',
|
||||||
'CONFIGS',
|
'CONFIGS',
|
||||||
'determine_packages',
|
'determine_packages',
|
||||||
@ -30,6 +31,7 @@ TO_PATCH = [
|
|||||||
'relation_ids',
|
'relation_ids',
|
||||||
'relation_set',
|
'relation_set',
|
||||||
'configure_ovs',
|
'configure_ovs',
|
||||||
|
'use_dvr',
|
||||||
]
|
]
|
||||||
NEUTRON_CONF_DIR = "/etc/neutron"
|
NEUTRON_CONF_DIR = "/etc/neutron"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user