Do not use register_configs import CONFIGS directly
This commit is contained in:
@@ -9,12 +9,12 @@ from charmhelpers.contrib.openstack.utils import (
|
||||
|
||||
from horizon_utils import (
|
||||
do_openstack_upgrade,
|
||||
register_configs
|
||||
)
|
||||
|
||||
from horizon_hooks import config_changed
|
||||
|
||||
CONFIGS = register_configs()
|
||||
from horizon_hooks import (
|
||||
config_changed,
|
||||
CONFIGS,
|
||||
)
|
||||
|
||||
|
||||
def openstack_upgrade():
|
||||
|
||||
Reference in New Issue
Block a user