You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/11/02 20:33:48 UTC

[3/3] git commit: updated refs/heads/master to 20bbd34

Merge pull request #1020 from bvbharatk/CLOUDSTACK-9016

CLOUDSTACK-9016 Fail to create VM instance within VPCbug link https://issues.apache.org/jira/browse/CLOUDSTACK-9016.

CS doe not allocate the ip of the form x.x.x.1 to a guest VM. We seem to incorrectly assume that the first ip in the subnet belongs to the gateway.

* pr/1020:
  CLOUDSTACK-9016: Deploy vm with gateway ip address in VPC
  CLOUDSTACK-9016 Fail to create VM instance within VPC

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/20bbd342
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/20bbd342
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/20bbd342

Branch: refs/heads/master
Commit: 20bbd342cec5d6bbc4fa954fb8b8c9fe5f3a55dc
Parents: 2cd789e 7d1dc04
Author: Remi Bergsma <gi...@remi.nl>
Authored: Mon Nov 2 20:32:56 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Mon Nov 2 20:32:56 2015 +0100

----------------------------------------------------------------------
 .../com/cloud/network/IpAddressManagerImpl.java |  6 +-
 test/integration/component/test_vpc.py          | 58 ++++++++++++++++++++
 2 files changed, 59 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/20bbd342/server/src/com/cloud/network/IpAddressManagerImpl.java
----------------------------------------------------------------------