1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Feature #1112: Bug, new vnets were added to their clusters in the datastore set

This commit is contained in:
Carlos Martín 2012-03-13 18:38:50 +01:00
parent 55b26c3f0f
commit 6db8eea366

View File

@ -178,7 +178,7 @@ public:
int add_to_cluster(Cluster* cluster, int id, string& error_msg)
{
return cluster->add_datastore(id, error_msg);
return cluster->add_vnet(id, error_msg);
};
};