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
feed759c
authored
Jul 23, 2019
by
Bodor Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change create_template to create_image
parent
4b7acc4e
Pipeline
#793
failed with stage
in 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
interface/vm/instance.py
+1
-1
No files found.
interface/vm/instance.py
View file @
feed759c
...
...
@@ -65,7 +65,7 @@ class InstanceInterface:
def
resize_vm
(
self
,
name_or_id
):
raise
NotImplementedError
def
create_
template
(
self
,
name_or_id
,
template_name
):
def
create_
image
(
self
,
instance_id
,
metadata
):
raise
NotImplementedError
def
attach_volume
(
self
,
name_or_id
,
amount
):
...
...
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