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

B #3361: create group without permissions (#4377)

This commit is contained in:
Alejandro Huertas Herrero 2020-03-23 12:21:41 +01:00 committed by GitHub
parent 9c75165de2
commit 74dc8eb6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,6 +330,8 @@ module OpenNebula
end
def create_default_acls(resources=nil)
return if resources && resources.strip.empty?
resources = GROUP_DEFAULT_ACLS if !resources
acls = Array.new