Merge "Do not check api_interface for deployment group"

This commit is contained in:
Zuul 2017-11-27 04:53:26 +00:00 committed by Gerrit Code Review
commit ad963c0d37

@ -1,5 +1,10 @@
---
- include: port_checks.yml
when:
- inventory_hostname in groups['control'] or
inventory_hostname in groups['network'] or
inventory_hostname in groups['compute'] or
inventory_hostname in groups['monitoring']
- include: service_checks.yml