python-neutronclient/releasenotes/notes/add-token-endpoint-auth-support-26bf7ee12e4ec833.yaml
Jaspinder 0740766467 fix: can't get authentication with os-token and os-url
Currently, there is no way to authenticate a user
through Neutron CLI by just using endpoint and token
authentication. This simple fix will at least allow
for that to be permitted.

Change-Id: Ia7d285af224ef225aa20f83d7d4c87b81aac58ed
Closes-Bug: 1450414
2016-03-02 15:45:04 -06:00

8 lines
225 B
YAML

---
features:
- |
CLI support for token-endpoint authentication.
* Allows for authentication via ``--os-token`` and ``--os-url`` options
or the ``OS_TOKEN`` and ``OS_URL`` environment variables, respectively