Don't set security groups in openstackci-packethost
This account is an admin account and sees every project's default security group. This leads to: FAILED! => {"changed": false, "msg": "Multiple matches found for default"} When attempting to set the properties of the default security group for this account. There doesn't appear to be a good way to filter the other default security groups out currently so avoid setting them for now. Change-Id: I9a8cc7d59c0295caa71bf107b9b78745a4617981
This commit is contained in:
parent
4e0784a1bd
commit
ca8e738e3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user