python-openstackclient/openstackclient/api
Dean Troyer 6fcc2608b1 Remove token_endpoint auth type
The token_endpoint was a compatibility auth type to maintain support
for the --url global option that dated back to the beginning of
OpenStack CLI auth.  The common keystoneauth library implements
'admin_token' which provides the same functionality using
--endpoint rather than --url.

Change-Id: I1b9fbb96e447889a41b705324725a2ffc8ecfd9f
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-08-27 11:08:50 -05:00
..
__init__.py Add low-level API base class 2014-09-29 12:32:45 -05:00
api.py trivial: remove commented-out code 2018-09-28 19:20:07 +08:00
compute_v2.py Update api-ref location 2019-07-22 20:55:43 +02:00
image_v1.py Fixes image api URL endpoint for certain scenario 2017-01-04 18:14:10 +00:00
image_v2.py Support --community in openstack image list 2018-07-24 22:48:01 +00:00
object_store_v1.py Before writing object data to stdout, re-open it in binary mode 2019-04-10 14:34:40 -05:00