1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

feature #1383: Default DATASTORE_LOCATION for no cluster is now get

This commit is contained in:
Ruben S. Montero 2012-10-05 18:01:07 +02:00
parent eadb8abe8a
commit a6c1f37159

View File

@ -157,6 +157,8 @@ int RequestManagerVirtualMachine::get_host_information(int hid,
else
{
ds_id = DatastorePool::SYSTEM_DS_ID;
nd.get_configuration_attribute("DATASTORE_LOCATION", ds_location);
}
ds = nd.get_dspool()->get(ds_id, true);