tweak imports in actions.py
This commit is contained in:
parent
b07d9c2ded
commit
695ab4a97f
@ -12,14 +12,14 @@ from charmhelpers.contrib.openstack.utils import (
|
|||||||
get_os_codename_package,
|
get_os_codename_package,
|
||||||
set_os_workload_status,
|
set_os_workload_status,
|
||||||
)
|
)
|
||||||
from hooks.swift_storage_hooks import (
|
|
||||||
CONFIGS,
|
|
||||||
)
|
|
||||||
from lib.swift_storage_utils import (
|
from lib.swift_storage_utils import (
|
||||||
assess_status,
|
assess_status,
|
||||||
REQUIRED_INTERFACES,
|
REQUIRED_INTERFACES,
|
||||||
SWIFT_SVCS,
|
SWIFT_SVCS,
|
||||||
)
|
)
|
||||||
|
from hooks.swift_storage_hooks import (
|
||||||
|
CONFIGS,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def _get_services():
|
def _get_services():
|
||||||
|
Loading…
Reference in New Issue
Block a user