E325 Removal - Part II (#49196)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-11-28 13:55:52 +05:30
committed by GitHub
parent 991a9dfa12
commit bc3e7bbeba
109 changed files with 208 additions and 179 deletions

View File

@@ -55,4 +55,5 @@ options:
- This should only be used on private instances of the CloudControl API that use self-signed certificates.
required: false
default: true
type: bool
'''

View File

@@ -30,6 +30,7 @@ options:
- Should we wait for the task to complete before moving onto the next.
required: false
default: false
type: bool
wait_time:
description:
- The maximum amount of time (in seconds) to wait for the task to complete.

View File

@@ -29,6 +29,7 @@ options:
- If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
required: false
default: 'yes'
type: bool
nitro_timeout:
description:

View File

@@ -109,6 +109,7 @@ options:
description:
- Whether or not to require SSL validation of API endpoints.
version_added: 1.5
type: bool
requirements:
- "python >= 2.6"
- pyrax