cloudstack/plugins/hypervisors/vmware
Sateesh Chodapuneedi a52bf1b641 CLOUDSTACK-3152 addVmwareDc API call fails if called more than once to add same VMware DC to same cloudstack zone.
Check if the associated VMware DC matches the one specified in API params. This check would yield success as the association exists between same entities (zone and VMware DC)
This scenario would result in if the API addVmwareDc is called more than once with same parameters. For such scenario, return success response with VmwareDatacenter object read from database. Also returns success even if the zone has resources (clusters) already.

Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-07-02 18:25:41 +05:30
..
src CLOUDSTACK-3152 addVmwareDc API call fails if called more than once to add same VMware DC to same cloudstack zone. 2013-07-02 18:25:41 +05:30
test Fix typo in class name 2013-06-29 13:50:25 +05:30
pom.xml Adding dependency of 'cloud-engine-storage' to vmware hypervisor plugin. 2013-05-31 21:19:27 +05:30