Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
snf-ganeti
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
snf-ganeti
Commits
0a7bed64
Commit
0a7bed64
authored
Aug 08, 2008
by
Michael Hanselmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two small style fixes
Reviewed-by: iustinp
parent
25d6d12a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.am
Makefile.am
+1
-1
lib/opcodes.py
lib/opcodes.py
+2
-0
No files found.
Makefile.am
View file @
0a7bed64
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# - Keep files sorted; one line per file.
# - Keep files sorted; one line per file.
# - Directories in lib/ must have their own *dir variable (see hypervisor).
# - Directories in lib/ must have their own *dir variable (see hypervisor).
# - All directories must be listed DIRS.
# - All directories must be listed DIRS.
# - Use autogen.sh to generate Makefile.in and configure script
# - Use autogen.sh to generate Makefile.in and configure script
.
# Automake doesn't export these variables before version 1.10.
# Automake doesn't export these variables before version 1.10.
abs_top_builddir
=
@abs_top_builddir@
abs_top_builddir
=
@abs_top_builddir@
...
...
lib/opcodes.py
View file @
0a7bed64
...
@@ -428,11 +428,13 @@ class OpExportInstance(OpCode):
...
@@ -428,11 +428,13 @@ class OpExportInstance(OpCode):
OP_ID
=
"OP_BACKUP_EXPORT"
OP_ID
=
"OP_BACKUP_EXPORT"
__slots__
=
[
"instance_name"
,
"target_node"
,
"shutdown"
]
__slots__
=
[
"instance_name"
,
"target_node"
,
"shutdown"
]
class
OpRemoveExport
(
OpCode
):
class
OpRemoveExport
(
OpCode
):
"""Remove an instance's export."""
"""Remove an instance's export."""
OP_ID
=
"OP_BACKUP_REMOVE"
OP_ID
=
"OP_BACKUP_REMOVE"
__slots__
=
[
"instance_name"
]
__slots__
=
[
"instance_name"
]
# Tags opcodes
# Tags opcodes
class
OpGetTags
(
OpCode
):
class
OpGetTags
(
OpCode
):
"""Returns the tags of the given object."""
"""Returns the tags of the given object."""
...
...
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