commit | af80b7c19dc91e0cd9dc7c7b7fa3f22868940ecd | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:57 2017 -0800 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:57 2017 -0800 |
tree | 4c9638c020033ffb68bbe4d808c4cc083ccb9c58 | |
parent | 2c954120e54d42e97a65c74a12c75a2ff399c92b [diff] |
CORD-706: Fix bug that was causing ExampleService to fail Change-Id: Id62a2e12769923b22eeb36397456e2982857a310
diff --git a/xos/synchronizer/steps/sync_monitoring_agent.yaml b/xos/synchronizer/steps/sync_monitoring_agent.yaml index eb92757..48a094d 100644 --- a/xos/synchronizer/steps/sync_monitoring_agent.yaml +++ b/xos/synchronizer/steps/sync_monitoring_agent.yaml
@@ -2,7 +2,7 @@ - hosts: {{ instance_name }} gather_facts: False connection: ssh - user: ubuntu + become: ubuntu vars: keystone_tenant_id: {{ keystone_tenant_id }} keystone_user_id: {{ keystone_user_id }}