fix server creating options
This commit is contained in:
parent
5d907efe3b
commit
5dcf1cbb3a
@ -126,7 +126,7 @@ class ServerOptions < CommonOptions
|
||||
options[:groups] = groups.split(",")
|
||||
end
|
||||
|
||||
parser.recognize_option_value(:private_ip, 'server', short: '-N', i18n_scope: 'create')
|
||||
parser.recognize_option_value(:private_ip, short: '-N', i18n_scope: 'create')
|
||||
|
||||
# it was disabled somewhy
|
||||
# parser.on('--public-ip', "Associate public IP with server") do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user