commit | 22c5dca564fa5f163bb70e1743d617e4527fb46e | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:56 2017 -0800 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:56 2017 -0800 |
tree | d2ff190d1b2130a5a3fb5364d85a84ef3688fa04 | |
parent | 02c783ebba60de39d2973c2fbc98f4149d3805f2 [diff] [blame] |
CORD-706: Fix bug that was causing ExampleService to fail Change-Id: I039005d7e39c3e5fe4f5f4964843a8ba3a179403
diff --git a/xos/synchronizer/steps/sync_openstackmonitoringpublisher.yaml b/xos/synchronizer/steps/sync_openstackmonitoringpublisher.yaml index 0549b25..098d63e 100644 --- a/xos/synchronizer/steps/sync_openstackmonitoringpublisher.yaml +++ b/xos/synchronizer/steps/sync_openstackmonitoringpublisher.yaml
@@ -3,7 +3,7 @@ gather_facts: False connection: ssh user: {{ username }} - sudo: yes + become: yes vars: rabbit_user: {{ rabbit_user }} rabbit_password: {{ rabbit_password }}