diff options
author | lizi <li.zi30@zte.com.cn> | 2017-09-27 17:13:54 +0800 |
---|---|---|
committer | lizi <li.zi30@zte.com.cn> | 2017-09-27 17:13:54 +0800 |
commit | de14cd3aab39bd766241974b982b35ec67114058 (patch) | |
tree | 95ec27558b5d26d145997b9d7741a0b2de8ab550 /integration/src/main/resources | |
parent | 53b32f46b94c7ff938159d6d18369d3f4f3a8f1f (diff) |
Fix the parameter name shows in portal.
Fix the parameter name shows in portal. Fix the msb register issue.
Change-Id: Idca08dd08fca84a6cec7709da70e167e2291812e
Issue-ID: AAI-392
Signed-off-by: lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'integration/src/main/resources')
-rw-r--r-- | integration/src/main/resources/portalConfig/msb_register.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/integration/src/main/resources/portalConfig/msb_register.xml b/integration/src/main/resources/portalConfig/msb_register.xml index bf2b914..3cb059f 100644 --- a/integration/src/main/resources/portalConfig/msb_register.xml +++ b/integration/src/main/resources/portalConfig/msb_register.xml @@ -16,16 +16,17 @@ --> <msbRegister> <msbHost> - <hostIp>http://192.168.233.226</hostIp> + <hostIp>http://127.0.0.1</hostIp> <hostPort>80</hostPort> - <msbApiRootDomain>/onapapi/microservices/v1/services</msbApiRootDomain> + <msbApiRootDomain>/api/microservices/v1/services</msbApiRootDomain> </msbHost> <registerList> <registerInfo> <ip>127.0.0.1</ip> - <port>9150</port> - <url>/esrui/esr</url> - <serviceName>esr</serviceName> + <port>9519</port> + <url>/esr-gui</url> + <path>/iui/aai-esr-gui</path> + <serviceName>aai-esr-gui</serviceName> <protocol>UI</protocol> <visualRange>1</visualRange> <lb_policy>hash</lb_policy> |