Skip to content

Commit

Permalink
remove help message from glance module (saltstack#36345)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtmanfred authored and Nicole Thomas committed Sep 15, 2016
1 parent a4bbd5e commit 19eb848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salt/modules/glance.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def get(key, default=None):
log.debug('Calling keystoneclient.v2_0.client.Client(' +
'{0}, **{1})'.format(ks_endpoint, kwargs))
keystone = kstone.Client(**kwargs)
log.debug(help(keystone.get_token))
kwargs['token'] = keystone.get_token(keystone.session)
# This doesn't realy prevent the password to show up
# in the minion log as keystoneclient.session is
Expand Down

0 comments on commit 19eb848

Please sign in to comment.