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

git commit: updated refs/heads/master to b0c797c

Repository: cloudstack
Updated Branches:
  refs/heads/master 7ce303429 -> b0c797c62


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/b0c797c6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b0c797c6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b0c797c6

Branch: refs/heads/master
Commit: b0c797c62896c77405077fc9490f04912b8766e5
Parents: 7ce3034
Author: Rajani Karuturi <ra...@gmail.com>
Authored: Tue May 27 20:50:07 2014 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Wed May 28 10:46:55 2014 +0530

----------------------------------------------------------------------
 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/b0c797c6/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;