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

Bug #2724 #2736: DS 1,2 are not created with permission OTHER USE

Since permissions are managed with resource providers, it is no
longer needed
This commit is contained in:
Carlos Martín 2014-02-19 18:26:34 +01:00
parent a224d0777e
commit 73bdfbe632

View File

@ -103,7 +103,7 @@ DatastorePool::DatastorePool(SqlDB * db):
GroupPool::ONEADMIN_ID,
UserPool::oneadmin_name,
GroupPool::ONEADMIN_NAME,
0133,
0137,
ds_tmpl,
&rc,
ClusterPool::NONE_CLUSTER_ID,
@ -137,7 +137,7 @@ DatastorePool::DatastorePool(SqlDB * db):
GroupPool::ONEADMIN_ID,
UserPool::oneadmin_name,
GroupPool::ONEADMIN_NAME,
0133,
0137,
ds_tmpl,
&rc,
ClusterPool::NONE_CLUSTER_ID,