mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Move availability_zone docs to each OpenStack module (#21540)
* Move availability_zone docs to each OpenStack module This argument is in the central list for hysterical raisins (mostly me being a doofus) but is used in almost none of them. Document it explicitly in each module to stop the confusion. * Fix two docs formatting bugs
This commit is contained in:
parent
1ce2ea0b6c
commit
9bf33e56dd
42 changed files with 165 additions and 4 deletions
|
@ -59,6 +59,10 @@ options:
|
|||
- Image the server should be rebuilt with
|
||||
default: null
|
||||
version_added: "2.3"
|
||||
availability_zone:
|
||||
description:
|
||||
- Ignored. Present for backwards compatability
|
||||
required: false
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "shade"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue