diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-06 09:47:32 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-06 09:47:35 -0400 |
commit | cf698af66c0f9d9e90c4bd94bdb68782fafea518 (patch) | |
tree | 9dda125a6c8227353aed4a672414ad92bd80fd01 /installation | |
parent | 0f6ba0437e778d921c77726c15701adad8f728d9 (diff) |
Fix env variable names ODL_ADMIN_USERNAME and ODL_ADMIN_PASSWORD
Correct typos of variable names for ODL admin user and password to match
variable names in installCerts.py
Change-Id: I1984a27de5c7a071e7f7c7a3f58722ee8687b039
Issue-ID: SDNC-1131
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: bda5f8f4e97abe10288434c4642c52eff1d00fd3
Diffstat (limited to 'installation')
-rw-r--r-- | installation/src/main/yaml/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml index bac68243..54d3cbbf 100644 --- a/installation/src/main/yaml/docker-compose.yml +++ b/installation/src/main/yaml/docker-compose.yml @@ -61,8 +61,8 @@ services: - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties - SDNC_BIN=/opt/onap/sdnc/bin - ODL_CERT_DIR=/tmp - - ODL_USER_ADMIN=admin - - ODL_USER_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U + - ODL_ADMIN_USERNAMEadmin + - ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U dns: - ${DNS_IP_ADDR-10.0.100.1} logging: |