summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorArtem Goncharov <Artem.goncharov@gmail.com>2020-11-02 13:25:59 +0100
committerArtem Goncharov <Artem.goncharov@gmail.com>2020-11-02 15:09:09 +0100
commitad3369ed1fdad73b5d457a40df7df8ad55eb69cd (patch)
tree1fb741c53dc9795d25db81df7176617f796feeb6 /releasenotes
parent987af4e390e492650cdd441692f56f1884e04177 (diff)
downloadpython-openstackclient-ad3369ed1fdad73b5d457a40df7df8ad55eb69cd.tar.gz
Fix formatting of the flavor properties
Do not stringify flavor properties to allow proper output formatting to json/yaml/etc Change-Id: I9f4c42acb85b726af87123134dd19de98fe95074
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-flavor-props-formatting-d21e97745543caa7.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-flavor-props-formatting-d21e97745543caa7.yaml b/releasenotes/notes/fix-flavor-props-formatting-d21e97745543caa7.yaml
new file mode 100644
index 00000000..2a026b3f
--- /dev/null
+++ b/releasenotes/notes/fix-flavor-props-formatting-d21e97745543caa7.yaml
@@ -0,0 +1,4 @@
+---
+fixes:
+ Fix '-f json' output of the flavor properties to return valid json object
+ instead of stringying it.