summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-09 17:29:40 +0000
committerGerrit Code Review <review@openstack.org>2019-08-09 17:29:40 +0000
commit9042668da4fc70d85e60c79986ab46b0ec070a86 (patch)
tree3dee8ea94a547ba505b2f64f96d1f3887d8406ba /releasenotes
parent6f60f833e87979a1fca066c352dbaf9bb9fd852d (diff)
parent865e182970c9ce42d5be07cd3b81fb5dd1a3e656 (diff)
downloadpython-openstackclient-9042668da4fc70d85e60c79986ab46b0ec070a86.tar.gz
Merge "Make configuration show not require auth"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/config-show-00512dc60882e5c0.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/config-show-00512dc60882e5c0.yaml b/releasenotes/notes/config-show-00512dc60882e5c0.yaml
new file mode 100644
index 00000000..da57dff7
--- /dev/null
+++ b/releasenotes/notes/config-show-00512dc60882e5c0.yaml
@@ -0,0 +1,6 @@
+---
+other:
+ - |
+ The ``configuration show`` command no longer requires authentication.
+ This is useful in debugging cloud configurations, particularly
+ auth configurations.