Commit fd8ddbfb by Szabolcs Gelencsér

openstack_api: fix cinder

parent 8a625fe8
...@@ -32,7 +32,7 @@ shouldn't need to understand the finer details of APIs for ...@@ -32,7 +32,7 @@ shouldn't need to understand the finer details of APIs for
Keystone/Nova/Glance/Swift et. al. Keystone/Nova/Glance/Swift et. al.
""" """
from openstack_api import base from openstack_api import base
# from openstack_api import cinder from openstack_api import cinder
from openstack_api import glance from openstack_api import glance
# from openstack_api import keystone # from openstack_api import keystone
# from openstack_api import network # from openstack_api import network
......
...@@ -809,7 +809,7 @@ def instance_volume_detach(request, instance_id, att_id): ...@@ -809,7 +809,7 @@ def instance_volume_detach(request, instance_id, att_id):
def instance_volumes_list(request, instance_id): def instance_volumes_list(request, instance_id):
from openstack_dashboard.api import cinder from openstack_api import cinder
volumes = novaclient(request).volumes.get_server_volumes(instance_id) volumes = novaclient(request).volumes.get_server_volumes(instance_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment