Relocate and rename kubecli.py
Rename kubecli.py to kube_utils.py and move it to conductor/handlers/common Change-Id: I0fba770a2ff337c38e3ca1a9d4d6bef80b5ba965
This commit is contained in:
parent
5bbfeaea6d
commit
01e4d151e6
0
magnum/conductor/handlers/common/__init__.py
Normal file
0
magnum/conductor/handlers/common/__init__.py
Normal file
@ -12,7 +12,7 @@
|
||||
|
||||
"""Magnum Kubernetes RPC handler."""
|
||||
|
||||
from magnum.conductor import kubecli
|
||||
from magnum.conductor.handlers.common import kube_utils
|
||||
from magnum.openstack.common import log as logging
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
@ -29,7 +29,7 @@ class Handler(object):
|
||||
|
||||
def __init__(self):
|
||||
super(Handler, self).__init__()
|
||||
self.kube_cli = kubecli.KubeClient()
|
||||
self.kube_cli = kube_utils.KubeClient()
|
||||
|
||||
def service_create(self, context, service):
|
||||
LOG.debug("service_create")
|
||||
|
Loading…
Reference in New Issue
Block a user