![Michal Jastrzebski](/assets/img/avatar_default.png)
This runs first sanity check for keystone. After keystone is deployed it checks tenants.list() Change-Id: Ie919ffe6124eb70428309404a434d9b0eb0b9f70 Partially-Implements: blueprint sanity-check-container
12 lines
243 B
YAML
12 lines
243 B
YAML
---
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['keystone']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['keystone']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['keystone']
|
|
|
|
- include: check.yml
|