Merge pull request #450 from resmo/fix/cloudstack-doc-fragments

cloudstack: fix missing doc fragments
reviewable/pr18780/r1
Brian Coca 10 years ago
commit 1b20b91282

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

@ -72,6 +72,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 = '''

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

@ -47,6 +47,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 = '''

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

Loading…
Cancel
Save