Merge "Only run token_flush on 1 host"

This commit is contained in:
Jenkins 2017-02-15 00:10:01 +00:00 committed by Gerrit Code Review
commit be40758abd

View File

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