Fixed ip assoc

This commit is contained in:
Alena Prokharchyk 2012-06-11 17:00:39 -07:00
parent eb2d05c6c6
commit 914b5fa981
2 changed files with 2 additions and 4 deletions

View File

@ -228,9 +228,7 @@ public class AssociateIPAddrCmd extends BaseAsyncCreateCmd {
IpAddress result = null;
if (getVpcId() != null) {
result = _networkService.associateIP(getEntityId(), getNetworkId(), getVpcId());
}
result = _networkService.associateIP(getEntityId(), getNetworkId(), getVpcId());
if (result != null) {
IPAddressResponse ipResponse = _responseGenerator.createIPAddressResponse(result);

View File

@ -5,7 +5,7 @@
# if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
VERSION = '3.0.3.2012-06-11T22:43:41Z'
VERSION = '3.0.3.2012-06-11T23:14:43Z'
APPNAME = 'cloud'
import shutil,os