diff options
author | Jim Rollenhagen <jim@jimrollenhagen.com> | 2015-11-25 13:37:38 -0800 |
---|---|---|
committer | Jim Rollenhagen <jim@jimrollenhagen.com> | 2015-11-25 23:13:56 +0000 |
commit | 15b7ad5762cb7e1738a0991b1248f9d83061e9f0 (patch) | |
tree | c78a83177e2836a8584468c7438a53e11055d35b /releasenotes/notes/get-supported-boot-devices-manadatory-task-0462fc072d6ea517.yaml | |
parent | 9e98c9c46a1ed3f99b5b8be3c9737f0f773f3f90 (diff) | |
download | ironic-15b7ad5762cb7e1738a0991b1248f9d83061e9f0.tar.gz |
Catch up release notes for Mitaka
I went through the commit log between master and 4.2.0, and added notes
for everything I thought was relevant.
Change-Id: I4ede290d3c924181e2eda0b90d3c3298f542a55c
Diffstat (limited to 'releasenotes/notes/get-supported-boot-devices-manadatory-task-0462fc072d6ea517.yaml')
-rw-r--r-- | releasenotes/notes/get-supported-boot-devices-manadatory-task-0462fc072d6ea517.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/get-supported-boot-devices-manadatory-task-0462fc072d6ea517.yaml b/releasenotes/notes/get-supported-boot-devices-manadatory-task-0462fc072d6ea517.yaml new file mode 100644 index 000000000..381c56c90 --- /dev/null +++ b/releasenotes/notes/get-supported-boot-devices-manadatory-task-0462fc072d6ea517.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - The `task` parameter to + `ManagementInterface.get_supported_boot_devices` was + previously deprecated as optional, and is now mandatory + for all implementations of ManagementInterface. |