GitHub user kansal opened a pull request:
https://github.com/apache/cloudstack/pull/907
CLOUDSTACK-8931: Fail to deploy VM instance when use.system.public.ipâ¦
â¦s=false - FIXED
Root Cause Analysis:
In the present case, if the IP addresses are dedicated to the account then
on deploying the VM's with shared network (SNAT enabled), it tries to give the
IP addresses from the dedicated pool of account. Ideally it should give it from
IP's assigned for the network. Added an additional check for this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kansal/cloudstack CLOUDSTACK-8931
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/907.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #907
----
commit c181750e68672bc03936050c410e877f7f9521b7
Author: Kshitij Kansal <[email protected]>
Date: 2015-10-01T17:26:41Z
CLOUDSTACK-8931: Fail to deploy VM instance when
use.system.public.ips=false - FIXED
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---