Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fd8ddbfb
authored
Nov 23, 2018
by
Szabolcs Gelencsér
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openstack_api: fix cinder
parent
8a625fe8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
circle/openstack_api/__init__.py
+1
-1
circle/openstack_api/cinder.py
+0
-0
circle/openstack_api/nova.py
+1
-1
No files found.
circle/openstack_api/__init__.py
View file @
fd8ddbfb
...
...
@@ -32,7 +32,7 @@ shouldn't need to understand the finer details of APIs for
Keystone/Nova/Glance/Swift et. al.
"""
from
openstack_api
import
base
#
from openstack_api import cinder
from
openstack_api
import
cinder
from
openstack_api
import
glance
# from openstack_api import keystone
# from openstack_api import network
...
...
circle/openstack_api/cinder.py
View file @
fd8ddbfb
This diff is collapsed.
Click to expand it.
circle/openstack_api/nova.py
View file @
fd8ddbfb
...
...
@@ -809,7 +809,7 @@ def instance_volume_detach(request, instance_id, att_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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment