1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #4969: remove as_gid/as_uid from onevm create (#1783)

(cherry picked from commit ea1ffe814976fc166310c694618c54362a4ee593)
This commit is contained in:
Alejandro Huertas Herrero 2022-02-17 16:14:17 +01:00 committed by Ruben S. Montero
parent 96c40d94c9
commit 75f4d2cf80
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -239,6 +239,10 @@ CommandParser::CmdParser.new(ARGV) do
:description => 'SSH options to use'
}
OpenNebulaHelper::TEMPLATE_OPTIONS_VM.delete_if do |v|
%w[as_gid as_uid].include?(v[:name])
end
########################################################################
# Global Options
########################################################################