commit fe3629f1bab78664498192efcc9d782d061459f1
Author: Steven Hardy <email address hidden>
Date: Tue Nov 19 16:42:49 2013 +0000
Fix shell operation with --os-auth-token
Currently the --os-auth-token/env[OS_AUTH_TOKEN] case doesn't
work, as we always expect a username/password to create the
connection to keystone. This enables the client to be used
with only a token and tenant (which is required for keystoneclient
to retrieve the catalog) specified, e.g:
Reviewed: https:/ /review. openstack. org/57007 github. com/openstack/ python- heatclient/ commit/ fe3629f1bab7866 4498192efcc9d78 2d061459f1
Committed: http://
Submitter: Jenkins
Branch: master
commit fe3629f1bab7866 4498192efcc9d78 2d061459f1
Author: Steven Hardy <email address hidden>
Date: Tue Nov 19 16:42:49 2013 +0000
Fix shell operation with --os-auth-token
Currently the --os-auth- token/env[ OS_AUTH_ TOKEN] case doesn't
work, as we always expect a username/password to create the
connection to keystone. This enables the client to be used
with only a token and tenant (which is required for keystoneclient
to retrieve the catalog) specified, e.g:
heat --os-auth-url http:// 127.0.0. 1:35357/ v2.0/ \
--os- auth-token <a keystone token> \
--os- tenant- id <tenant ID> stack-list
Change-Id: I478ce178f44e42 c68153f1b347c61 44f0a133f5b
Partial-Bug: #1252248