Fix Bug 1924: Not possible to add VIM with type dummy
[osm/NG-UI.git] / src / models / CommonModel.ts
index 96d926d..437899a 100644 (file)
@@ -206,7 +206,8 @@ export const VIM_TYPES: TYPESECTION[] = [
     { 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[] = [
@@ -333,6 +334,7 @@ export interface DOMAINS {
 export interface LOGINPARAMS {
     username?: string;
     password?: string;
+    old_password?: string;
 }
 /** Interface for the LABELVALUE */
 export interface LABELVALUE {