commit | 4c13da69aee331480652090f929d98c3300fe807 | [log] [tgz] |
---|---|---|
author | Gopinath Taget <gopinath@opennetworking.org> | Fri Jan 19 16:13:19 2018 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Jan 22 18:45:55 2018 +0000 |
tree | e8a62e0452bb8b5e203285297625e889334c8a6a | |
parent | 18b6f0255f19edf57c7cf8d538d092f5c4726463 [diff] |
Make XOS DB service name consistent with a hyphen Change-Id: Idb5967b3d2f2e79432d7ccfcd7aa5eab8dca339e
diff --git a/roles/cord-profile/templates/docker-compose.yml.j2 b/roles/cord-profile/templates/docker-compose.yml.j2 index 73f6dee..a83b89d 100644 --- a/roles/cord-profile/templates/docker-compose.yml.j2 +++ b/roles/cord-profile/templates/docker-compose.yml.j2
@@ -247,7 +247,7 @@ ports: - "9000:9000" links: - - xos_db:xos_db + - xos_db:xos-db - consul:consul {% if use_redis %} - xos_redis:redis @@ -283,7 +283,7 @@ - "50051:50051" - "50055:50055" links: - - xos_db:xos_db + - xos_db:xos-db - consul:consul {% if use_redis %} - xos_redis:redis