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:
parent
4e03d98174
commit
7232e0b166
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user