attributes: scaleio_Admin: value: '' label: 'Admin username' description: 'Type ScaleIO Admin username' weight: 5 type: "text" regex: source: '^[\S]{4,}$' error: "You must provide a username with at least 4 characters" scaleio_Password: value: '' label: 'Admin Password' description: 'Type ScaleIO Admin password' weight: 10 type: "password" regex: source: '^[\S]{4,}$' error: "You must provide a password with at least 4 characters" scaleio_GW: value: '' label: 'Gateway IP' description: 'Type the ScaleIO Gateway IP or hostname' weight: 15 type: "text" regex: source: '\S' error: "Gateway IP cannot be empty" scaleio_mdm1: value: '' label: 'Primary MDM IP' description: 'Type the primary MDM IP or hostname' weight: 16 type: "text" regex: source: '\S' error: "Primary MDM IP cannot be empty" scaleio_mdm2: value: '' label: 'Secondary MDM IP' description: 'Type the secondary MDM IP or hostname' weight: 17 type: "text" regex: source: '\S' error: "Secondary MDM IP cannot be empty" protection_domain: value: '' label: 'Protection Domain' description: 'Type the Protection Domain you want to use for OpenStack' weight: 35 type: "text" regex: source: '\S' error: "Protection Domain cannot be empty" storage_pool_1: value: '' label: 'Storage Pool' description: 'Type the Storage Pool you want to use for OpenStack' weight: 45 type: "text" regex: source: '\S' error: "Storage Pool cannot be empty"