Skip to content

Commit

Permalink
Fix pylint in demos/secrets.py-dist file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Apr 7, 2017
1 parent a5622b1 commit c7cce02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demos/secrets.py-dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ BRIGHTBOX_PARAMS = ('client_id', 'client_secret')
EC2_PARAMS = ('access_id', 'secret')
ECP_PARAMS = ('user_name', 'password')
GANDI_PARAMS = ('user',)
GCE_PARAMS = ('[email protected]', 'key') # Service Account Authentication
#GCE_PARAMS = ('client_id', 'client_secret') # Installed App Authentication
# Service Account Authentication
GCE_PARAMS = ('[email protected]', 'key')
# GCE_PARAMS = ('client_id', 'client_secret') # Installed App Authentication
GCE_KEYWORD_PARAMS = {'project': 'project_name'}
HOSTINGCOM_PARAMS = ('user', 'secret')
IBM_PARAMS = ('user', 'secret')
Expand Down

0 comments on commit c7cce02

Please sign in to comment.