Fix issues with mulicloud adapter parameters 08/72508/2
authorEric Multanen <eric.w.multanen@intel.com>
Tue, 13 Nov 2018 16:25:05 +0000 (08:25 -0800)
committerEric Multanen <eric.w.multanen@intel.com>
Wed, 14 Nov 2018 05:52:03 +0000 (21:52 -0800)
commit743c0ec3e756309476dadf2b4067f03edbdbaedf
tree7e444fe88b7b89e3ead24e38c891911ec197fea7
parent156bcc91b6ee96dd9fbb0223f70cd1b1ac1ebd86
Fix issues with mulicloud adapter parameters

Use the static final string variable for the parameter
key values instead of literal string of the variable name.

Also, vf_module_id and vnf_id (generic vnf id for multicloud)
are already part of the required input list, so they are
not needed to be added to the list of inputs.

Change-Id: I2b0bbf385e4114f0432673a3d7e8c9d652226f0a
Issue-ID: SO-1210
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
adapters/mso-adapter-utils/src/main/java/org/onap/so/openstack/utils/MsoMulticloudUtils.java
adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/vnf/MsoVnfPluginAdapterImpl.java