Merge "Check the keystone token flush on the keystone_cron container"

This commit is contained in:
Zuul 2018-11-26 17:42:12 +00:00 committed by Gerrit Code Review
commit b9eedacdb6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
tasks:
- name: Get keystone crontab
become: true
shell: 'docker exec $(docker ps -q --filter "name=keystone" | head -1) crontab -l -u keystone |grep -v "^#"'
shell: 'docker exec keystone_cron crontab -l -u keystone |grep -v "^#"'
register: cron_result
changed_when: False
-