python-ironicclient/releasenotes/notes/provision-state-wait-e7ff919ce8e13703.yaml
Jim Rollenhagen 2262f9862f Clean up release notes for 1.7
* Consolidate new commands into one release note
* Remove upgrade note about osc-lib, as there's no actionable thing to
  do or thing to watch out for (it's all handled by pip).
* Clean up some grammar and things a bit

Change-Id: I3cd8688612e11b768de358f3fd758f3be9ecf7fc
2016-08-31 13:24:44 -07:00

6 lines
247 B
YAML

---
features:
- Adds ``--wait`` flag to the ``ironic node-set-provision-state`` command and
the associated ``node.wait_for_provision_state`` method in the Python API.
The flag works with all provision state changes except for ``abort``.