summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1626453-e8df46aa5db6dd5a.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Clean up release notes for 7.0.0Jim Rollenhagen2017-02-131-3/+3
| | | | Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
* Fix setting persistent boot device does not workLuong Anh Tuan2017-01-111-0/+5
- The old value 'is_next_boot_persistent'=False of "driver_internal_info" is still in database, Because when persistent set is True we didn't set 'is_next_boot_persistent'=True. This will lead to get_boot_device work wrong in response boot information. https://github.com/openstack/ironic/blob/70b992c/ironic/drivers/modules/ipmitool.py#L975 or https://github.com/openstack/ironic/blob/70b992c/ironic/drivers/modules/ipminative.py#L501 Thus we have to pop "is_next_boot_persistent" to fix the problem. Co-Authored-By: Dmitry Tantsur <divius.inside@gmail.com> Change-Id: I79efed519b2bacf178f078b338394ca0c4e87d4f Closes-bug: #1626453