Skip to content

Commit ead8c5e

Browse files
authored
fix: use generic region picker for vpe-object DA variation (#43)
1 parent 5a7fa55 commit ead8c5e

File tree

1 file changed

+9
-49
lines changed

1 file changed

+9
-49
lines changed

ibm_catalog.json

Lines changed: 9 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -160,56 +160,16 @@
160160
{
161161
"key": "region",
162162
"required": true,
163-
"options": [
164-
{
165-
"displayname": "Chennai (in-che)",
166-
"value": "in-che"
167-
},
168-
{
169-
"displayname": "Sydney (au-syd)",
170-
"value": "au-syd"
171-
},
172-
{
173-
"displayname": "Sao Paolo (br-sao)",
174-
"value": "br-sao"
175-
},
176-
{
177-
"displayname": "Montreal (ca-mon)",
178-
"value": "ca-mon"
179-
},
180-
{
181-
"displayname": "Toronto (ca-tor)",
182-
"value": "ca-tor"
183-
},
184-
{
185-
"displayname": "Frankfurt (eu-de)",
186-
"value": "eu-de"
187-
},
188-
{
189-
"displayname": "Madrid (eu-es)",
190-
"value": "eu-es"
191-
},
192-
{
193-
"displayname": "London (eu-gb)",
194-
"value": "eu-gb"
195-
},
196-
{
197-
"displayname": "Osaka (jp-osa)",
198-
"value": "jp-osa"
199-
},
200-
{
201-
"displayname": "Tokyo (jp-tok)",
202-
"value": "jp-tok"
203-
},
204-
{
205-
"displayname": "Washington DC (us-east)",
206-
"value": "us-east"
207-
},
208-
{
209-
"displayname": "Dallas (us-south)",
210-
"value": "us-south"
163+
"custom_config": {
164+
"type": "region",
165+
"grouping": "deployment",
166+
"original_grouping": "deployment",
167+
"config_constraints": {
168+
"showKinds": [
169+
"region"
170+
]
211171
}
212-
]
172+
}
213173
},
214174
{
215175
"key": "dns_domain",

0 commit comments

Comments
 (0)