You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/05/28 10:11:58 UTC

git commit: updated refs/heads/4.4 to 032be54

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 93cc3e80d -> 032be54fc


FIXED CLOUDSTACK-6781 [Automation] integration.smoke.test_portable_publicip.TestPortablePublicIPRange.test_createPortablePublicIPRange failing on 4.4

Signed-off-by: Abhinandan Prateek <ap...@apache.org>


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

Branch: refs/heads/4.4
Commit: 032be54fc63d1306efcc0bc75f49ca8144699f68
Parents: 93cc3e8
Author: Rajani Karuturi <ra...@gmail.com>
Authored: Tue May 27 20:50:07 2014 +0530
Committer: Daan Hoogland <da...@onecht.net>
Committed: Wed May 28 10:11:47 2014 +0200

----------------------------------------------------------------------
 engine/schema/src/com/cloud/network/dao/IPAddressVO.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/032be54f/engine/schema/src/com/cloud/network/dao/IPAddressVO.java
----------------------------------------------------------------------
diff --git a/engine/schema/src/com/cloud/network/dao/IPAddressVO.java b/engine/schema/src/com/cloud/network/dao/IPAddressVO.java
index 816e063..0be781b 100644
--- a/engine/schema/src/com/cloud/network/dao/IPAddressVO.java
+++ b/engine/schema/src/com/cloud/network/dao/IPAddressVO.java
@@ -53,7 +53,6 @@ public class IPAddressVO implements IpAddress {
     @Column(name = "domain_id")
     private Long allocatedInDomainId = null;
 
-    @Id
     @Column(name = "public_ip_address")
     @Enumerated(value = EnumType.STRING)
     private Ip address = null;