Skip to content

Commit 775b7f1

Browse files
committed
Try to allow custom input.
1 parent 6bedaf8 commit 775b7f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui-meta/multinode-infra-appliance.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ parameters:
133133
- "Xena"
134134
- "Yoga"
135135
- "Zed"
136+
- kind: "string"
137+
label: "Custom"
138+
description: "Please provide the OpenStack version to deploy."
139+
options:
140+
min_length: 1
141+
max_length: 30
136142
required: true
137143
default: "Yoga"
138144
immutable: true

0 commit comments

Comments
 (0)