Change-Id: I5d1a0dd86cdbc44acfcace3bde0768644e6f6c13
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
description: 'Location',
required: 'true',
showName: 'Location',
- input.i18nKey: 'Location'
+ i18nKey: 'Location'
});
inputParas.push({
name: 'sdncontroller',
description: 'SDN Controller',
required: 'true',
showName: 'SDN Controller',
- input.i18nKey: 'SDN Controller'
+ i18nKey: 'SDN Controller'
});
templateParameters = translateToTemplateParameters(inputParas, vims, sdnControllers);
defer.resolve(templateParameters);