blob: 2fad940a8a8b8f1edbd6ffab7853fb6ea1a208f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
features:
- |
Adds ``external`` storage interface which is short for
"externally managed". This adds logic to allow the Bare
Metal service to identify when a BFV scenario is being
requested based upon the configuration set for
``volume targets``.
The user must create the entry, and no syncronizaiton
with a Block Storage service will occur.
`Documentation <https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html#use-without-cinder>`_
has been updated to reflect how to use this interface.
|