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
b637ae4d
Commit
b637ae4d
authored
Nov 25, 2008
by
Iustin Pop
Browse files
Fix a bug in LUSetInstanceParams
The wrong names were reused in a copy-paste. Reviewed-by: imsnah
parent
b6fdf8b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/cmdlib.py
View file @
b637ae4d
...
...
@@ -4797,7 +4797,7 @@ class LUSetInstanceParams(LogicalUnit):
self
.
be_new
=
be_new
# the new actual values
self
.
be_inst
=
i_bedict
# the new dict (without defaults)
else
:
self
.
hv
_new
=
self
.
hv
_inst
=
{}
self
.
be
_new
=
self
.
be
_inst
=
{}
self
.
warn
=
[]
...
...
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