CLOUDSTACK-2357 : Failed to update VNMC provider to enabled state

This commit is contained in:
Koushik Das 2013-05-08 08:32:48 +05:30
parent 64dc39a2b0
commit 20bc334f2c
1 changed files with 2 additions and 4 deletions

View File

@ -434,16 +434,14 @@ public class CiscoVnmcElement extends AdapterBase implements SourceNatServicePro
@Override
public boolean isReady(PhysicalNetworkServiceProvider provider) {
// TODO Auto-generated method stub
return false;
return true;
}
@Override
public boolean shutdownProviderInstances(
PhysicalNetworkServiceProvider provider, ReservationContext context)
throws ConcurrentOperationException, ResourceUnavailableException {
// TODO Auto-generated method stub
return false;
return true;
}
@Override