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

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
Rajani Karuturi 2014-05-27 20:50:07 +05:30 committed by Daan Hoogland
parent 93cc3e80d9
commit 032be54fc6
1 changed files with 0 additions and 1 deletions

View File

@ -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;