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

feature #407: Groups are created before users to add oneadmin to oneadmin group

This commit is contained in:
Ruben S. Montero 2011-06-09 01:22:28 +02:00
parent 4e03d98174
commit 7232e0b166

View File

@ -243,9 +243,9 @@ void Nebula::start()
VirtualMachinePool::bootstrap(db);
HostPool::bootstrap(db);
VirtualNetworkPool::bootstrap(db);
GroupPool::bootstrap(db);
UserPool::bootstrap(db);
ImagePool::bootstrap(db);
GroupPool::bootstrap(db);
VMTemplatePool::bootstrap(db);
}
}