diff options
-rw-r--r-- | deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json | 4 | ||||
-rw-r--r-- | lifecycle-test/src/webapp/WEB-INF/web.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json b/deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json index a6d64f5..e49c8d4 100644 --- a/deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json +++ b/deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json @@ -1,7 +1,7 @@ {
- "serviceName": "lifecycletest",
+ "serviceName": "vnfsdk-lifecycletest",
"version": "v1",
- "url": "/openoapi/lifecycletest/v1",
+ "url": "/openoapi/vnfsdk-lifecycletest/v1",
"protocol": "REST",
"visualRange": "1",
"nodes": [
diff --git a/lifecycle-test/src/webapp/WEB-INF/web.xml b/lifecycle-test/src/webapp/WEB-INF/web.xml index a41a5f2..77530b5 100644 --- a/lifecycle-test/src/webapp/WEB-INF/web.xml +++ b/lifecycle-test/src/webapp/WEB-INF/web.xml @@ -29,7 +29,7 @@ </servlet> <servlet-mapping> <servlet-name>CXFServlet</servlet-name> - <url-pattern>/openoapi/lifecycletest/*</url-pattern> + <url-pattern>/openoapi/vnfsdk-lifecycletest/*</url-pattern> </servlet-mapping> <context-param> |