ironic/releasenotes/notes/oneview-onetime-boot-64a68e135a45f5e2.yaml
Thiago Paiva 1018fd5926 Onetime boot when set_boot_device isn't persistent
Due to a lack of feature of OneView, python-oneviewclient always set the boot
device persistently. Now that one-time boot is implemented, we must use it
to save some time deploying instances with *_oneview drivers.

Change-Id: I01e6f2917d3077d0dddc298e0810574a5450fe09
Depends-On: I1163048b6edf8778c3a84414804b73eef2c0fd5f
Co-Authored-By: Hugo Nicodemos <nicodemos@lsd.ufcg.edu.br>
2016-12-15 10:40:22 -03:00

8 lines
357 B
YAML

---
fixes:
- Previously (python-oneviewclient < 2.4.0), due to limitations of
python-oneviewclient, boot device was always set persistenly with
OneView drivers. Now that one-time boot is implemented in python-oneviewclient,
changing the oneview driver to exhibit the expected behavior when
set_boot_device is called with persistent=False.