mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
New zone wizard - add Guest CIDR field.
This commit is contained in:
parent
8a523970b1
commit
cccf1bb10e
@ -196,6 +196,11 @@
|
|||||||
label: 'Network Domain',
|
label: 'Network Domain',
|
||||||
desc: 'A DNS suffix that will create a custom domain name for the network that is accessed by guest VMs.'
|
desc: 'A DNS suffix that will create a custom domain name for the network that is accessed by guest VMs.'
|
||||||
},
|
},
|
||||||
|
guestcidraddress: {
|
||||||
|
label: 'Guest CIDR',
|
||||||
|
defaultValue: '10.1.1.0/24',
|
||||||
|
validation: { required: true }
|
||||||
|
},
|
||||||
ispublic: {
|
ispublic: {
|
||||||
isReverse: true,
|
isReverse: true,
|
||||||
isBoolean: true,
|
isBoolean: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user