cloudstack: fix missing doc fragments

pull/18777/head
Rene Moser 10 years ago committed by Matt Clay
parent 0eaee21d81
commit 89704a7e38

@ -51,6 +51,7 @@ options:
- Poll async jobs until job has finished.
required: false
default: true
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

@ -71,6 +71,7 @@ options:
- Name of the project.
required: false
default: null
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

@ -150,6 +150,7 @@ options:
- Poll async jobs until job has finished.
required: false
default: true
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

@ -94,6 +94,7 @@ options:
required: false
default: 'present'
choices: [ 'present', 'absent' ]
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

@ -45,6 +45,7 @@ options:
- Name of the project the security group to be created in.
required: false
default: null
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

@ -48,6 +48,7 @@ options:
- String of the public key.
required: false
default: null
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

@ -66,6 +66,7 @@ options:
- Poll async jobs until job has finished.
required: false
default: true
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

Loading…
Cancel
Save