Update GCE PEM deprecation text and examples

This commit is contained in:
Vic Iglesias 2015-12-23 11:37:12 -08:00 committed by Matt Clay
commit 353db36515
4 changed files with 41 additions and 10 deletions

View file

@ -91,7 +91,8 @@ options:
pem_file:
version_added: "1.6"
description:
- (deprecated) path to the pem file associated with the service account email
- path to the pem file associated with the service account email
This option is deprecated. Use 'credentials_file'.
required: false
default: null
aliases: []
@ -112,7 +113,7 @@ options:
requirements:
- "python >= 2.6"
- "apache-libcloud >= 0.17.0"
- "apache-libcloud >= 0.13.3, >= 0.17.0 if using JSON credentials"
author: "Eric Johnson (@erjohnso) <erjohnso@google.com>"
'''