python-openstackclient/openstackclient/api
Dave Chen 9f69b43f5a Improve the hint message
Currently, we can get scoped token (domain scoped, project scoped)
as well as unscoped token.

When we use OSC to get a domain scoped token without explicitly set
domain information, the hint message show us we need to set a scoped
domain or project, but it miss that the parameters to be set in order
to get project or domain scoped token is not the same.

Thus, the hint message could be improved to make it more clear to
end user.

Change-Id: I94768c619b30be18737fec189ae6d81e81ba090d
2015-06-14 13:31:02 +00:00
..
__init__.py Add low-level API base class 2014-09-29 12:32:45 -05:00
api.py Begin low-level API for Image v1 and v2 2015-01-20 17:01:23 -06:00
auth_plugin.py Base TokenEndpoint plugin on keystoneclient's 2015-03-11 19:16:18 +11:00
auth.py Improve the hint message 2015-06-14 13:31:02 +00:00
image_v1.py Don't hack the image url 2015-03-05 20:58:23 -06:00
image_v2.py Don't hack the image url 2015-03-05 20:58:23 -06:00
network_v2.py Begin low-level API for Network v2 2015-01-22 10:06:15 -06:00
object_store_v1.py Update use of open() in object API 2014-10-13 10:34:11 -05:00
utils.py Add filter to image list 2015-01-27 19:17:35 -06:00