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:
Monty Taylor 2017-02-17 14:49:03 -06:00 committed by Ricardo Carrillo Cruz
commit 9bf33e56dd
42 changed files with 165 additions and 4 deletions

View file

@ -192,6 +192,10 @@ options:
required: false
default: true
version_added: "2.2"
availability_zone:
description:
- Availability zone in which to create the server.
required: false
requirements:
- "python >= 2.6"
- "shade"