python-novaclient/releasenotes/notes/fix-rebuild-userdata-9315e5784feb8ba9.yaml
Takashi NATSUME 47dc339ab9 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
2018-10-04 12:22:04 +09:00

7 lines
176 B
YAML

---
fixes:
- |
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.