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
c6d99701
authored
Jul 08, 2019
by
Bodor Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor modules name
parent
8edd7811
Pipeline
#739
failed with stage
in 37 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
6 additions
and
6 deletions
+6
-6
implementation/image/openstack_image_manager.py
+2
-2
implementation/storage/openstack_snapshot_manager.py
+2
-2
implementation/storage/openstack_storage_manager.py
+2
-2
interface/image/image.py
+0
-0
interface/image/image_manager.py
+0
-0
interface/storage/snapshot.py
+0
-0
interface/storage/snapshot_manager.py
+0
-0
interface/storage/storage_manager.py
+0
-0
interface/storage/volume.py
+0
-0
No files found.
implementation/image/
OpenstackImageM
anager.py
→
implementation/image/
openstack_image_m
anager.py
View file @
c6d99701
...
...
@@ -2,8 +2,8 @@ from typing import Optional
from
openstack.exceptions
import
ResourceNotFound
from
interface_openstack.interface.image.
ImageM
anager
import
ImageManager
from
interface_openstack.interface.image.
I
mage
import
Image
from
interface_openstack.interface.image.
image_m
anager
import
ImageManager
from
interface_openstack.interface.image.
i
mage
import
Image
class
OpenstackImageManager
(
ImageManager
):
...
...
implementation/storage/
OpenstackSnapshotM
anager.py
→
implementation/storage/
openstack_snapshot_m
anager.py
View file @
c6d99701
...
...
@@ -2,8 +2,8 @@ from typing import Optional
from
openstack.exceptions
import
ResourceNotFound
from
interface_openstack.interface.storage.
S
napshot
import
Snapshot
from
interface_openstack.interface.storage.
SnapshotM
anager
import
SnapshotManager
from
interface_openstack.interface.storage.
s
napshot
import
Snapshot
from
interface_openstack.interface.storage.
snapshot_m
anager
import
SnapshotManager
class
OpenstackSnapshotManager
(
SnapshotManager
):
...
...
implementation/storage/
OpenstackStorageM
anager.py
→
implementation/storage/
openstack_storage_m
anager.py
View file @
c6d99701
...
...
@@ -2,8 +2,8 @@ from typing import Optional
from
openstack.exceptions
import
ResourceNotFound
from
interface_openstack.interface.storage.
StorageM
anager
import
StorageManager
from
interface_openstack.interface.storage.
V
olume
import
Volume
from
interface_openstack.interface.storage.
storage_m
anager
import
StorageManager
from
interface_openstack.interface.storage.
v
olume
import
Volume
class
OpenstackStorageManager
(
StorageManager
):
...
...
interface/image/
I
mage.py
→
interface/image/
i
mage.py
View file @
c6d99701
File moved
interface/image/
ImageM
anager.py
→
interface/image/
image_m
anager.py
View file @
c6d99701
File moved
interface/storage/
S
napshot.py
→
interface/storage/
s
napshot.py
View file @
c6d99701
File moved
interface/storage/
SnapshotM
anager.py
→
interface/storage/
snapshot_m
anager.py
View file @
c6d99701
File moved
interface/storage/
StorageM
anager.py
→
interface/storage/
storage_m
anager.py
View file @
c6d99701
File moved
interface/storage/
V
olume.py
→
interface/storage/
v
olume.py
View file @
c6d99701
File moved
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