diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-04 23:29:51 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-20 12:24:23 +0530 |
commit | 58968a42a77f26f0a465eeccb949ab9f3f63de60 (patch) | |
tree | a29b8e751921907928cef7c1e491d6528bcf916c /deployment | |
parent | c521118e69aaa589d631f95f34dcf88e7a8bd1b6 (diff) |
Migrate OPEN_CLI_PRODUCT_VERSION to IN_USE
Issue-Id: CLI-66
Change-Id: I13f8786b8084b83d04f14dd791862e84bed0101b
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/docker/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/docker/src/main/docker/Dockerfile b/deployment/docker/src/main/docker/Dockerfile index 57b78284..b0f1cf39 100644 --- a/deployment/docker/src/main/docker/Dockerfile +++ b/deployment/docker/src/main/docker/Dockerfile @@ -14,7 +14,7 @@ ENV OPEN_CLI_HOME /opt/onap/cli ENV OPEN_CLI_DEBUG false ENV OPEN_CLI_DEBUG_PORT 5005 ENV OPEN_CLI_MODE console -ENV OPEN_CLI_PRODUCT_VERSION open-cli +ENV OPEN_CLI_PRODUCT_IN_USE open-cli ENV HOST_URL http://localhost:8080 ENV OPEN_USERNAME guest |