mirror of https://github.com/apache/cloudstack.git
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:
parent
93cc3e80d9
commit
032be54fc6
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue