mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-04 17:47:00 +03:00
bug in oneuser command. Misspelled class constant.
This commit is contained in:
parent
fadb85bc29
commit
45cff2384b
@ -173,7 +173,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
end
|
||||
end
|
||||
|
||||
driver = options[:driver] || OpenNebula::User::CORE
|
||||
driver = options[:driver] || OpenNebula::User::CORE_AUTH
|
||||
|
||||
helper.create_resource(options) do |user|
|
||||
user.allocate(args[0], pass, driver)
|
||||
|
Loading…
x
Reference in New Issue
Block a user