CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP

-Removed required constraint from the IP address field (this is an optional field)
This commit is contained in:
Gabor Apati-Nagy 2014-11-03 16:21:07 +00:00 committed by Brian Federle
parent 4d62dbb8ba
commit 2a1793283a

View File

@ -1867,7 +1867,6 @@
ipaddress: {
label: 'label.ip.address',
validation: {
required: true,
ipv4: true
}
}