Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
eeb3a5f9
Commit
eeb3a5f9
authored
Feb 10, 2008
by
Iustin Pop
Browse files
Fix a wrong OP_ID added in r261
Reviewed-by: ultrotter
parent
162c1c1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/opcodes.py
View file @
eeb3a5f9
...
...
@@ -201,7 +201,7 @@ class OpShutdownInstance(OpCode):
class
OpRebootInstance
(
OpCode
):
"""Reboot an instance."""
OP_ID
=
"OP_INSTANCE_
STARTUP
"
OP_ID
=
"OP_INSTANCE_
REBOOT
"
__slots__
=
[
"instance_name"
,
"reboot_type"
,
"extra_args"
,
"ignore_secondaries"
]
...
...
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