diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-01-24 04:44:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-24 04:44:07 +0000 |
commit | 2ab62d3b3a1d135a004c0282853becb76983f0e7 (patch) | |
tree | 8dfe239dd63027299d9906d6809ad1b6b589101e /adapters | |
parent | 952bef49af903621c9815649993664186e7354a1 (diff) | |
parent | 3afe83aa94a9763595968fde3e9dd1e1347f7d56 (diff) |
Merge changes Ifc9dda6b,Ic7b8d75d
* changes:
Deal with network VL for voLTE
Add mso.vfc.properties
Diffstat (limited to 'adapters')
-rw-r--r-- | adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml b/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml index cd97471b5b..66ea46fcc9 100644 --- a/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml +++ b/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml @@ -16,7 +16,7 @@ </context-param> <context-param> <param-name>mso.configuration</param-name> - <param-value>MSO_PROP_NETWORK_ADAPTER=mso.vfc.properties,MSO_PROP_TOPOLOGY=topology.properties</param-value> + <param-value>MSO_PROP_VFC_ADAPTER=mso.vfc.properties,MSO_PROP_TOPOLOGY=topology.properties</param-value> </context-param> <context-param> <param-name>mso.cloud_config.configuration</param-name> |