| commit | a88446526d1f6fec19a3bcfb3b2db4f8373d4151 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Mar 02 08:00:47 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Thu Mar 02 08:00:47 2017 -0500 |
| tree | 6ccb3492fc59f73ea8b2e1d36b050e2a4a1b1d37 | |
| parent | fa2ac5396aa99b128fce5bf22c82b180cfaad725 [diff] |
updated variable for consistency with rest of the file
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2 index 6492bae..e185fe0 100644 --- a/templates/silent-install.conf.j2 +++ b/templates/silent-install.conf.j2
@@ -66,7 +66,7 @@ # Monetization has been configured PG_USER={{ pg_user }} PG_PWD={{ pg_pass }} -MO_PG_HOST="$PG_MASTER" +MO_PG_HOST={{ pgmaster_ip }} MO_PG_USER={{ pg_user }} MO_PG_PASSWD={{ pg_pass }} CASS_CLUSTERNAME={{ opdk_cass_clustername }}