mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
bug in Acl OCA code
This commit is contained in:
parent
c998891178
commit
826bb4a2de
@ -36,8 +36,7 @@ module OpenNebula
|
||||
end
|
||||
|
||||
def factory(element_xml)
|
||||
acl=REXML::Document.new(element_xml).root
|
||||
OpenNebula::Acl.new(acl['USER'], acl['RESOURCE'], acl['RIGHTS'])
|
||||
OpenNebula::Acl.new(element_xml, @client)
|
||||
end
|
||||
|
||||
#######################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user