summaryrefslogtreecommitdiff
path: root/saharaclient/osc/v1/clusters.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/osc/v1/clusters.py')
-rw-r--r--saharaclient/osc/v1/clusters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/osc/v1/clusters.py b/saharaclient/osc/v1/clusters.py
index b197c1d..6930bf3 100644
--- a/saharaclient/osc/v1/clusters.py
+++ b/saharaclient/osc/v1/clusters.py
@@ -21,7 +21,7 @@ from osc_lib import utils as osc_utils
from oslo_log import log as logging
from oslo_serialization import jsonutils
-from saharaclient.osc.v1 import utils
+from saharaclient.osc import utils
CLUSTER_FIELDS = ["cluster_template_id", "use_autoconfig", "user_keypair_id",
"status", "image", "node_groups", "id", "info",