mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 13:23:06 +00:00
Move default availability_zone docs into doc_fragment
If availability_zone is defined in the module this will override the fragment Change-Id: I4f6abcbfee89a53480134dc64ca06782c8e6d094
This commit is contained in:
@@ -80,11 +80,15 @@ options:
|
||||
aliases: [ key ]
|
||||
interface:
|
||||
description:
|
||||
- Endpoint URL type to fetch from the service catalog.
|
||||
- Endpoint URL type to fetch from the service catalog.
|
||||
type: str
|
||||
choices: [ admin, internal, public ]
|
||||
default: public
|
||||
aliases: [ endpoint_type ]
|
||||
availability_zone:
|
||||
description:
|
||||
- Ignored. Present for backwards compatibility
|
||||
type: str
|
||||
requirements:
|
||||
- python >= 3.6
|
||||
- openstacksdk >= 0.12.0
|
||||
|
||||
Reference in New Issue
Block a user