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-infra-appliance.yml
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,15 +113,31 @@ parameters:
113
113
confirm: true
114
114
#private: true
115
115
116
-
- name: openstack_deploy #Idealy I would like to turn this into a checkbox.
116
+
- name: openstack_deploy
117
117
# 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.
118
118
label: Deploy Infrastructure with OpenStack services? #(True/False)
119
119
description: If you wish to deploy OpenStack services in the infrastructure select this option.
120
120
kind: "boolean"
121
121
default: false
122
122
options:
123
123
permanent: true
124
-
124
+
125
+
- name: openstack_version
126
+
label: Select the OpenStack version to deploy.
127
+
description: Please select the OpenStack version to deploy.
0 commit comments