summaryrefslogtreecommitdiff
path: root/trove/flavor/models.py
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-10-02 21:58:46 +1300
committerLingxian Kong <anlin.kong@gmail.com>2019-10-10 11:49:04 +1300
commitf3bb46542baaed3eac1c0dfd625c1ce17feff043 (patch)
tree1b192f023a331a3c681dfd0642fd055aa0040c5e /trove/flavor/models.py
parent650794eaf9f328bd1b2fc096992e6190a9d79c87 (diff)
downloadtrove-f3bb46542baaed3eac1c0dfd625c1ce17feff043.tar.gz
Use dedicated service credential config
The current admin credential config options are confusing Change-Id: I92c15c065edf364b955f2243b3599e0b8cae8b4f
Diffstat (limited to 'trove/flavor/models.py')
-rw-r--r--trove/flavor/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/flavor/models.py b/trove/flavor/models.py
index bd8675d4..f26760da 100644
--- a/trove/flavor/models.py
+++ b/trove/flavor/models.py
@@ -17,9 +17,9 @@
from novaclient import exceptions as nova_exceptions
+from trove.common.clients import create_nova_client
from trove.common import exception
from trove.common.models import NovaRemoteModelBase
-from trove.common.remote import create_nova_client
class Flavor(object):