Only run token_flush on 1 host

The token_flush should only run on 1 host, not all keystone hosts.

Change-Id: Ibb689431f288190f3a8451b52cd77a4167d6945c
Closes-Bug: #1663297
This commit is contained in:
Andy McCrae 2017-02-14 16:06:03 +00:00
parent 10204a0b6c
commit aa80b5588f
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
static: no
when:
- "'sql' in keystone_token_driver"
- inventory_hostname == groups['keystone_all'][0]
tags:
- keystone-install