This repository was archived by the owner on Aug 29, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ plugin.activemq.pool.<%= index + 1%>.password = <%= scope.lookupvar('::openshift
3232<% end -%>
3333
3434<% else -%>
35- plugin.activemq.pool.1.host = <%= scope.lookupvar('::openshift_origin::msgserver_hostname ') %>
35+ plugin.activemq.pool.1.host = <%= scope.lookupvar('::openshift_origin::msgserver_fqdn ') %>
3636plugin.activemq.pool.1.user = <%= scope.lookupvar('::openshift_origin::mcollective_user') %>
3737plugin.activemq.pool.1.password = <%= scope.lookupvar('::openshift_origin::mcollective_password') %>
3838
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ plugin.activemq.pool.<%= index + 1%>.password = <%= scope.lookupvar('::openshift
3333
3434<% end -%>
3535<% else -%>
36- plugin.activemq.pool.1.host = <%= scope.lookupvar('::openshift_origin::msgserver_hostname ') %>
36+ plugin.activemq.pool.1.host = <%= scope.lookupvar('::openshift_origin::msgserver_fqdn ') %>
3737plugin.activemq.pool.1.user = <%= scope.lookupvar('::openshift_origin::mcollective_user') %>
3838plugin.activemq.pool.1.password = <%= scope.lookupvar('::openshift_origin::mcollective_password') %>
3939
You can’t perform that action at this time.
0 commit comments