From f3bb46542baaed3eac1c0dfd625c1ce17feff043 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Wed, 2 Oct 2019 21:58:46 +1300 Subject: Use dedicated service credential config The current admin credential config options are confusing Change-Id: I92c15c065edf364b955f2243b3599e0b8cae8b4f --- trove/flavor/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trove/flavor/models.py') 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): -- cgit v1.2.1