Support volume and zone resource types

Change-Id: Ibc5c1463241e5aa30e18c91c18355f82ae00982b
This commit is contained in:
Andy Botting 2021-10-21 09:49:58 +11:00
parent 3eb827a8b4
commit a010b403c0
2 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,8 @@ UI_VERSION = frozenset(('1.0', '1', '2', '2.0', '2.1', '2.2', '2.3', '2.4'))
FIELDS_TYPE = frozenset(('string', 'boolean', 'text', 'integer', 'password',
'clusterip', 'floatingip', 'domain', 'databaselist',
'table', 'flavor', 'keypair', 'image', 'azone',
'psqlDatabase', 'network', 'choice'))
'psqlDatabase', 'network', 'choice', 'volume',
'zone'))
BOOL_FIELDS = frozenset(('required', 'hidden'))
STR_FIELDS = frozenset(('name', 'label', 'description',
'descriptionTitle', 'regexpValidator', 'helpText'))

View File

@ -0,0 +1,3 @@
---
fixes:
- Add support for volume and zone UI resources