mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-30 03:34:30 +00:00
Refactored subnet_pool module
Change-Id: If210789edac2768178ccf323ec5be12f0c439a0f
This commit is contained in:
@@ -1,5 +1,24 @@
|
||||
subnet_pool_name: "subnet_pool"
|
||||
address_scope_name: "address_scope"
|
||||
address_scope_name: "ansible_address_scope"
|
||||
default_prefix_length: 24
|
||||
minimum_prefix_length: 10
|
||||
expected_fields:
|
||||
- address_scope_id
|
||||
- created_at
|
||||
- default_prefix_length
|
||||
- default_quota
|
||||
- description
|
||||
- id
|
||||
- ip_version
|
||||
- is_default
|
||||
- is_shared
|
||||
- maximum_prefix_length
|
||||
- minimum_prefix_length
|
||||
- name
|
||||
- prefixes
|
||||
- project_id
|
||||
- revision_number
|
||||
- tags
|
||||
- tenant_id
|
||||
- updated_at
|
||||
maximum_prefix_length: 30
|
||||
minimum_prefix_length: 10
|
||||
subnet_pool_name: "ansible_subnet_pool"
|
||||
|
||||
Reference in New Issue
Block a user