1
0
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:
Ruben S. Montero 2011-10-29 00:23:21 +02:00
parent fadb85bc29
commit 45cff2384b

View File

@ -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)