Merge "Fix tempest missing spaces"

This commit is contained in:
Jenkins 2016-09-21 11:44:18 +00:00 committed by Gerrit Code Review
commit aa7a338f2e

View File

@ -7,7 +7,7 @@
failed_when: container_state.Running == false
when: inventory_hostname in groups[item.group]
with_items:
- { name: tempest, group: tempest}
- { name: tempest, group: tempest }
- include: config.yml
@ -18,7 +18,7 @@
register: check_results
when: inventory_hostname in groups[item.group]
with_items:
- { name: tempest, group: tempest}
- { name: tempest, group: tempest }
# NOTE(jeffrey4l): when config_strategy == 'COPY_ALWAYS'
# and container env['KOLLA_CONFIG_STRATEGY'] == 'COPY_ONCE',
@ -30,7 +30,7 @@
register: container_envs
when: inventory_hostname in groups[item.group]
with_items:
- { name: tempest, group: tempest}
- { name: tempest, group: tempest }
- name: Remove the containers
kolla_docker:
@ -42,7 +42,7 @@
- item[2]['rc'] == 1
- inventory_hostname in groups[item[0]['group']]
with_together:
- [{ name: tempest, group: tempest}]
- [{ name: tempest, group: tempest }]
- "{{ container_envs.results }}"
- "{{ check_results.results }}"
@ -59,6 +59,6 @@
- item[2]['rc'] == 1
- inventory_hostname in groups[item[0]['group']]
with_together:
- [{ name: tempest, group: tempest}]
- [{ name: tempest, group: tempest }]
- "{{ container_envs.results }}"
- "{{ check_results.results }}"