Add missing type information to docs

Change-Id: Iac23d54512b23f031460d1b7281ccb8d93e20cad
This commit is contained in:
Mark Chappell
2020-03-16 12:38:42 +01:00
parent 9e9dacdf3c
commit 1849f8bd47
54 changed files with 395 additions and 230 deletions

View File

@@ -24,10 +24,12 @@ options:
choices: ['present', 'absent']
required: false
default: present
type: str
name:
description:
- Server group name.
required: true
type: str
policies:
description:
- A list of one or more policy names to associate with the server
@@ -35,6 +37,7 @@ options:
valid policy names are anti-affinity, affinity, soft-anti-affinity
and soft-affinity.
required: false
type: list
requirements:
- "python >= 3.6"
- "openstacksdk"