diff options
author | Lusheng Ji <lji@research.att.com> | 2018-10-12 16:39:28 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-10-12 16:39:34 -0400 |
commit | 5ead4d963faa0a1c38a00c8cadbee5fa55879653 (patch) | |
tree | 9f18cdd31d846e8a6d3283fd23d62fc694d8c6a9 /heat/register.sh | |
parent | d1f2f2e509a29bb822a4982d8c8320185823647f (diff) |
config consul to proxy dns
Issue-ID: DCAEGEN2-865
Change-Id: I7b469d578963abb8a31ecc2fd9c7c0129102530e
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'heat/register.sh')
-rwxr-xr-x | heat/register.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/register.sh b/heat/register.sh index e1a74fd..c48d8b7 100755 --- a/heat/register.sh +++ b/heat/register.sh @@ -55,7 +55,7 @@ SRVCNAME_STATIC_DFC="static-dcaegen2-collectors-datafile" # registering docker host SVC_NAME="dockerhost" -SVC_IP="$(cat /opt/config/dcae_ip_addr.txt)" +SVC_IP="$(cat /opt/config/dcae_float_ip.txt)" REGREQ=" { \"Name\" : \"${SVC_NAME}\", |