mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-29 11:14:30 +00:00
Update subnet module to be compatible with new sdk
Change-Id: Iba1604ee9c0b922b8fb7c6a278acf90d080a63e7
This commit is contained in:
committed by
Jakob Meng
parent
2419b5ab19
commit
aa19d74cde
@@ -1,2 +1,26 @@
|
||||
subnet_name: shade_subnet
|
||||
enable_subnet_dhcp: false
|
||||
expected_fields:
|
||||
- allocation_pools
|
||||
- cidr
|
||||
- created_at
|
||||
- description
|
||||
- dns_nameservers
|
||||
- gateway_ip
|
||||
- host_routes
|
||||
- id
|
||||
- ip_version
|
||||
- ipv6_address_mode
|
||||
- ipv6_ra_mode
|
||||
- is_dhcp_enabled
|
||||
- name
|
||||
- network_id
|
||||
- prefix_length
|
||||
- project_id
|
||||
- revision_number
|
||||
- segment_id
|
||||
- service_types
|
||||
- subnet_pool_id
|
||||
- tags
|
||||
- updated_at
|
||||
- use_default_subnet_pool
|
||||
subnet_name: shade_subnet
|
||||
|
||||
Reference in New Issue
Block a user