You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config-drive: support user data on L2 networks (#2615)
Supporting ConfigDrive user data on L2 networks.
Add UI checkbox to create L2 network offering with config drive.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
lbType: {//only shown when VPC is checked and LB service is checked
2807
2818
label: 'label.load.balancer.type',
2808
2819
isHidden: true,
@@ -3384,6 +3395,14 @@
3384
3395
}else{//specifyVlan checkbox is unchecked
3385
3396
deleteinputData.specifyVlan;//if specifyVlan checkbox is unchecked, do not pass specifyVlan parameter to API call since we need to keep API call's size as small as possible (p.s. specifyVlan is defaulted as false at server-side)
Copy file name to clipboardExpand all lines: ui/scripts/docs.js
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1351,5 +1351,9 @@ cloudStack.docs = {
1351
1351
},
1352
1352
helpSetReservationSystemVms: {
1353
1353
desc: 'If enabled, IP range reservation is set for SSVM & CPVM. Global setting "system.vm.public.ip.reservation.mode.strictness" is used to control whether reservation is strict or not (preferred)'
1354
+
},
1355
+
helpL2UserData: {
1356
+
desc: 'Pass user and meta data to VMs (via ConfigDrive)',
0 commit comments