diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-13 09:03:14 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-13 09:03:14 +0800 |
commit | 7117ab0c12c54e40c3bcfdb999260224cfe01181 (patch) | |
tree | e6297009792ba9ca34fcc9ea211cdeac9505580e /zte/sfc-driver/plugin-standalone | |
parent | c2c09c15a656b413f25d30345eb54e7d48add845 (diff) |
Change openoapi to api for sfc-driver
Change-Id: I215513c16a9ef1f96e2ed5a02974c9464d77cbbd
Issue-Id: VFC-342
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'zte/sfc-driver/plugin-standalone')
-rw-r--r-- | zte/sfc-driver/plugin-standalone/src/main/assembly/conf/console.yml | 4 | ||||
-rw-r--r-- | zte/sfc-driver/plugin-standalone/src/main/assembly/run.bat | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/zte/sfc-driver/plugin-standalone/src/main/assembly/conf/console.yml b/zte/sfc-driver/plugin-standalone/src/main/assembly/conf/console.yml index 4860afd..c6851cd 100644 --- a/zte/sfc-driver/plugin-standalone/src/main/assembly/conf/console.yml +++ b/zte/sfc-driver/plugin-standalone/src/main/assembly/conf/console.yml @@ -1,5 +1,5 @@ # -# Copyright 2016 [ZTE] and others. +# Copyright 2016 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ msbServiceUrl: http://127.0.0.1:80 server: type: simple - rootPath: '/openoapi/ztesdncdriver/v1/*' + rootPath: '/api/ztesdncdriver/v1/*' applicationContextPath: / adminContextPath: /admin connector: diff --git a/zte/sfc-driver/plugin-standalone/src/main/assembly/run.bat b/zte/sfc-driver/plugin-standalone/src/main/assembly/run.bat index 46e88bb..8b33246 100644 --- a/zte/sfc-driver/plugin-standalone/src/main/assembly/run.bat +++ b/zte/sfc-driver/plugin-standalone/src/main/assembly/run.bat @@ -1,5 +1,5 @@ @REM -@REM Copyright 2016 [ZTE] and others. +@REM Copyright 2016 ZTE Corporation. @REM @REM Licensed under the Apache License, Version 2.0 (the "License"); @REM you may not use this file except in compliance with the License. |