summaryrefslogtreecommitdiff
path: root/saharaclient/osc/v1/job_types.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/job_types.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/job_types.py')
-rw-r--r--saharaclient/osc/v1/job_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/osc/v1/job_types.py b/saharaclient/osc/v1/job_types.py
index 43fc0f6..2b778f3 100644
--- a/saharaclient/osc/v1/job_types.py
+++ b/saharaclient/osc/v1/job_types.py
@@ -22,8 +22,8 @@ from osc_lib import utils as osc_utils
from oslo_log import log as logging
from oslo_serialization import jsonutils
+from saharaclient.osc import utils
from saharaclient.osc.v1.job_templates import JOB_TYPES_CHOICES
-from saharaclient.osc.v1 import utils
class ListJobTypes(command.Lister):