From 28bd9bf996d640a5de553bd6b4a3896c4493f5be Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Tue, 29 Aug 2017 16:18:37 +0800 Subject: [PATCH] Run registering keystone ceph_rgw user task only on one node Change-Id: If4d396750fd2bf5b5b0bbaab68b0f01f1a657262 Closes-Bug: #1713656 --- ansible/roles/ceph/tasks/start_rgw_keystone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/ceph/tasks/start_rgw_keystone.yml b/ansible/roles/ceph/tasks/start_rgw_keystone.yml index d7cd0e16bc..b611a0fad8 100644 --- a/ansible/roles/ceph/tasks/start_rgw_keystone.yml +++ b/ansible/roles/ceph/tasks/start_rgw_keystone.yml @@ -36,3 +36,4 @@ auth: "{{ '{{ openstack_ceph_rgw_auth }}' }}" module_extra_vars: openstack_ceph_rgw_auth: "{{ openstack_swift_auth }}" + run_once: True