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:
parent
55b26c3f0f
commit
6db8eea366
@ -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);
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user