mirror of https://github.com/apache/cloudstack.git
fix ipassoc command
This commit is contained in:
parent
0da33ad39a
commit
4b57e3c239
|
|
@ -284,7 +284,7 @@ public class VirtualRoutingResource implements Manager {
|
|||
if (result != null) {
|
||||
results[i++] = IpAssocAnswer.errorResult;
|
||||
} else {
|
||||
results[i++] = result;
|
||||
results[i++] = ip.getPublicIp() + " - success";;
|
||||
}
|
||||
}
|
||||
return new IpAssocAnswer(cmd, results);
|
||||
|
|
|
|||
Loading…
Reference in New Issue