summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2020-02-20 11:01:40 +0000
committerStephen Finucane <sfinucan@redhat.com>2020-02-26 13:48:11 +0000
commit03dca4bc823c82054869dfaf6925d5e1e068ac51 (patch)
treef6350d6724373ce35715a866f6c4cf24558820c0 /releasenotes
parentb9a7e03074cbaacc3f270b2b8228a5b85350a2de (diff)
downloadpython-novaclient-03dca4bc823c82054869dfaf6925d5e1e068ac51.tar.gz
Don't print user_data for 'nova show'
User data is a blob of data that the user can specify when they launch an instance. It's generally binary data, which means it's not something we should show by default on the CLI. Stop doing that. Change-Id: If8f6cc040d0077a7902a5fd425e67d74d7925a46 Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Closes-Bug: #1669140
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1669140-c21d045491201352.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1669140-c21d045491201352.yaml b/releasenotes/notes/bug-1669140-c21d045491201352.yaml
new file mode 100644
index 00000000..1c950c1f
--- /dev/null
+++ b/releasenotes/notes/bug-1669140-c21d045491201352.yaml
@@ -0,0 +1,5 @@
+---
+issues:
+ - |
+ The ``nova show`` command will no longer output the ``user_data`` column.
+ This is traditionally binary data of limited value from a CLI perspective.