python-openstackclient/releasenotes/notes/server-rebuild-property-e8c6439b04e27c80.yaml
Ruby Loo e3dc30fe8c Add --property option to 'server rebuild' command
Add '--property' option to the 'server rebuild' command, to provide
the ability to specify properties of the rebuilt instance.

This is equivalent to the '--meta' option of the compute's
'nova rebuild' command.

Change-Id: I25ea6622e970416090109316e1e28fab8b0b3f07
Story: #2003979
Task: #26922
2018-10-05 16:33:48 -04:00

7 lines
234 B
YAML

---
features:
- |
Add ``--property`` option to the ``server rebuild`` command, to provide
the ability to specify properties of the rebuilt instance.
[Story `2003979 <https://storyboard.openstack.org/#!/story/2003979>`_]