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
commit bc3e7bbeba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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