Do not use register_configs import CONFIGS directly
This commit is contained in:
parent
b010be86f9
commit
356754c94e
@ -9,13 +9,13 @@ from charmhelpers.contrib.openstack.utils import (
|
||||
|
||||
from neutron_utils import (
|
||||
do_openstack_upgrade,
|
||||
register_configs,
|
||||
get_common_package,
|
||||
)
|
||||
|
||||
from neutron_hooks import config_changed
|
||||
|
||||
CONFIGS = register_configs()
|
||||
from neutron_hooks import (
|
||||
config_changed,
|
||||
CONFIGS,
|
||||
)
|
||||
|
||||
|
||||
def openstack_upgrade():
|
||||
|
@ -12,7 +12,6 @@ from test_utils import (
|
||||
|
||||
TO_PATCH = [
|
||||
'do_openstack_upgrade',
|
||||
'register_configs',
|
||||
'config_changed',
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user