- Added the option 'dummy' support from the UI for creating dummy VIM's
- Type 'Dummy' is added in the dropdown of VIM account type.
Change-Id: Ic69fb33233eb5aca7bc91f500e111cbbbd821226
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
{ value: 'vmware', title: 'VMware vCD' },
{ value: 'openvim', title: 'OpenVIM' },
{ value: 'opennebula', title: 'OpenNebula' },
- { value: 'azure', title: 'Azure' }
+ { value: 'azure', title: 'Azure' },
+ { value: 'dummy', title: 'Dummy' }
];
/** Constants of the SDN Types */
export const SDN_TYPES: TYPESECTION[] = [