python-openstackclient/releasenotes/notes/config-show-00512dc60882e5c0.yaml
Dean Troyer 865e182970 Make configuration show not require auth
The configuration show should not require auth to just display the
OSC config object.  Changes to make it not require auth have
knock-on effects of needing to change a bunch of tests that use it
assuming it _does_ require auth so change those to use 'extension list'
instead.

This sets up further testing of the command line options for changes
in behaviour when we switch to straight SDK usage for configuration.

Change-Id: I6c52485341214ba401064c0f2d1e2b95fdc225c0
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-08-01 14:53:02 -05:00

7 lines
183 B
YAML

---
other:
- |
The ``configuration show`` command no longer requires authentication.
This is useful in debugging cloud configurations, particularly
auth configurations.