mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 13:23:06 +00:00
Creating a port with a binding profile now requires a user with the service role. This fixes CI by removing the tasks which create a port with a binding profile. The new policy implies that only other openstack services should be doing this. The capability can remain in the module, but it is unlikely to be used unless with a custom or deprecated policy. Change-Id: I89306d35670503d2fc8e76c030d88f64c20eca08
43 lines
810 B
YAML
43 lines
810 B
YAML
expected_fields:
|
|
- allowed_address_pairs
|
|
- binding_host_id
|
|
- binding_profile
|
|
- binding_vif_details
|
|
- binding_vif_type
|
|
- binding_vnic_type
|
|
- created_at
|
|
- data_plane_status
|
|
- description
|
|
- device_id
|
|
- device_owner
|
|
- device_profile
|
|
- dns_assignment
|
|
- dns_domain
|
|
- dns_name
|
|
- extra_dhcp_opts
|
|
- fixed_ips
|
|
- id
|
|
- ip_allocation
|
|
- is_admin_state_up
|
|
- is_port_security_enabled
|
|
- mac_address
|
|
- name
|
|
- network_id
|
|
- numa_affinity_policy
|
|
- project_id
|
|
- propagate_uplink_status
|
|
- qos_network_policy_id
|
|
- qos_policy_id
|
|
- resource_request
|
|
- revision_number
|
|
- security_group_ids
|
|
- status
|
|
- tags
|
|
- tenant_id
|
|
- trunk_details
|
|
- updated_at
|
|
network_name: ansible_port_network
|
|
no_security_groups: True
|
|
port_name: ansible_port
|
|
subnet_name: ansible_port_subnet
|