summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-10-04 12:02:07 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-10-04 12:22:04 +0900
commit47dc339ab9bb2985d750dae11d0b3b8b2c85d2b2 (patch)
tree57df2a5184bfbaf04d9917ead1361be91f414f4c /releasenotes
parentbfbec25e27f712f424aa56941bacd26703ffbab5 (diff)
downloadpython-novaclient-47dc339ab9bb2985d750dae11d0b3b8b2c85d2b2.tar.gz
Follow up "Fix up userdata argument to rebuild"
This patch is a follow-up patch for I9752d849aa0e6cf608db0def3ca89565cff4debc. * Add checking a message of an exception in the unit test * Add 'with' statement when opening a file * Fix descriptions in the release note Change-Id: I2c399490f320a202b41a8f8d36710a36621c4853
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-rebuild-userdata-9315e5784feb8ba9.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/releasenotes/notes/fix-rebuild-userdata-9315e5784feb8ba9.yaml b/releasenotes/notes/fix-rebuild-userdata-9315e5784feb8ba9.yaml
index 4d540758..32065a11 100644
--- a/releasenotes/notes/fix-rebuild-userdata-9315e5784feb8ba9.yaml
+++ b/releasenotes/notes/fix-rebuild-userdata-9315e5784feb8ba9.yaml
@@ -1,5 +1,6 @@
---
fixes:
- |
- The user data argument to rebuild was passing the filename as is as userdata.
- Now this passes the contents of the filename as intended.
+ The user data argument in the ``nova rebuild`` command was passing
+ the filename as userdata. Now this passes the contents of the file
+ as intended.