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

Modify one.host.allocate signature, to match changes of commit:665036ef

This commit is contained in:
Carlos Martín 2011-12-13 17:35:17 +01:00
parent fe2e33c488
commit 3bce21e03a

View File

@ -210,7 +210,7 @@ public:
HostAllocate():
RequestManagerAllocate("HostAllocate",
"Allocates a new host",
"A:sssss",
"A:ssssss",
false)
{
Nebula& nd = Nebula::instance();