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
Copy file name to clipboardExpand all lines: ui-meta/multinode-appliance.yml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,17 @@ parameters:
113
113
secret: true
114
114
confirm: true
115
115
#private: true
116
+
117
+
- name: openstack_deploy #Idealy I would like to turn this into a checkbox.
118
+
# A boolean flag which will be set to true if the user selects the checkbox, this will allow the user to decide whether they wish to have the infrastructure built with or without OpenStack.
119
+
label: Deploy Infrastructure with OpenStack? #(True/False)
120
+
description: If you only wish to deploy the infrastructure with OpenStack select this option.
0 commit comments