Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RECIRCLE
/
interface-openstack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
4
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b83a3a79
authored
5 years ago
by
adamtorok
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
78644782
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
implementation/storage/OpenstackSnapshotManager.py
+2
-2
implementation/storage/OpenstackStorageManager.py
+2
-2
No files found.
implementation/storage/OpenstackSnapshotManager.py
View file @
b83a3a79
import
SnapshotManager
from
openstack.exceptions
import
ResourceNotFound
from
openstack.exceptions
import
ResourceNotFound
from
interface.storage.Snapshot
import
Snapshot
from
interface.storage.Snapshot
import
Snapshot
from
interface.storage.SnapshotManager
import
SnapshotManager
class
OpenstackSnapshotManager
(
SnapshotManager
.
SnapshotManager
):
class
OpenstackSnapshotManager
(
SnapshotManager
):
def
__init__
(
self
,
os
)
->
None
:
def
__init__
(
self
,
os
)
->
None
:
super
()
.
__init__
()
super
()
.
__init__
()
...
...
This diff is collapsed.
Click to expand it.
implementation/storage/OpenstackStorageManager.py
View file @
b83a3a79
import
StorageManager
from
openstack.exceptions
import
ResourceNotFound
from
openstack.exceptions
import
ResourceNotFound
from
interface.storage.StorageManager
import
StorageManager
from
interface.storage.Volume
import
Volume
from
interface.storage.Volume
import
Volume
class
OpenstackStorageManager
(
StorageManager
.
StorageManager
):
class
OpenstackStorageManager
(
StorageManager
):
def
__init__
(
self
,
openstack
)
->
None
:
def
__init__
(
self
,
openstack
)
->
None
:
super
()
.
__init__
()
super
()
.
__init__
()
...
...
This diff is collapsed.
Click to expand it.
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