Merge "Don't set security groups in openstackci-packethost"

This commit is contained in:
Zuul 2018-09-07 16:10:58 +00:00 committed by Gerrit Code Review
commit b8faefa8a8
1 changed files with 7 additions and 1 deletions

View File

@ -377,7 +377,13 @@ clouds:
region_name: us-west-1
profiles:
- openstackci-keypairs
- openstackci-security
# Disabled because this account is an admin account and sees
# the default security group for every project in the cloud.
# Results in:
# FAILED! => {"changed": false, "msg": "Multiple matches found for default"}
# Reenable if os_security_group grows a project filter or some other
# method of deduplication.
#- openstackci-security
- name: openstackzuul-packethost
oscc_cloud: openstackzuul-packethost
region_name: us-west-1