File: none-auth-cli-48ab0e48d4852941.yaml

package info (click to toggle)
python-osc-lib 4.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 820 kB
  • sloc: python: 6,505; makefile: 21; sh: 2
file content (7 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
fixes:
  - |
    It is now possible to specify the ``none`` auth type (via ``--os-auth-type`` CLI argument or
    ``OS_AUTH_TYPE`` environment variable). To use it, ``--os-endpoint`` CLI argument or
    ``OS_ENDPOINT`` environment variable must be specified. See `the bug
    <https://bugs.launchpad.net/python-openstackclient/+bug/1724283>`_ for more detail.