summaryrefslogtreecommitdiff
path: root/saharaclient/osc/v1/data_sources.py
diff options
context:
space:
mode:
authorTelles Nobrega <tenobreg@redhat.com>2018-07-18 14:22:50 -0300
committerTelles Nobrega <tenobreg@redhat.com>2018-07-19 11:41:09 -0300
commit851b2621b6219d45cf8d2786d064e25e8fd49e8c (patch)
tree11ca13137b0b384ff3d28fb798a08b26087ce168 /saharaclient/osc/v1/data_sources.py
parentdb3ade4fc72f10f14deb424fccd9d8e6f5e5bb4e (diff)
downloadpython-saharaclient-851b2621b6219d45cf8d2786d064e25e8fd49e8c.tar.gz
Adding boot from volume to osc
Adding boot from volume to python-sahahraclient CLI. Change-Id: I302aaeb7a0f831730301162f8c51e0eebcbd66f8 Story: #2001820 Task: #12559
Diffstat (limited to 'saharaclient/osc/v1/data_sources.py')
-rw-r--r--saharaclient/osc/v1/data_sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/osc/v1/data_sources.py b/saharaclient/osc/v1/data_sources.py
index 2c296f0..05372dd 100644
--- a/saharaclient/osc/v1/data_sources.py
+++ b/saharaclient/osc/v1/data_sources.py
@@ -19,7 +19,7 @@ from osc_lib.command import command
from osc_lib import utils as osc_utils
from oslo_log import log as logging
-from saharaclient.osc.v1 import utils
+from saharaclient.osc import utils
DATA_SOURCE_FIELDS = ['name', 'id', 'type', 'url', 'description', 'is_public',
'is_protected']