ironic/releasenotes/notes/add-storage-interface-d4e64224804207fc.yaml
Julia Kreger c491e93a08 Add storage_interface to base driver class
In order to properly support booting and maintenance of
systems that boot from a remote storage device, we need an
interface to associate the driver with.

This commit adds a basic storage_interface and noop and fake
interfaces along with the appropriate handling for configuration
in the event that the driver list is blank, or is missing the
noop driver.

Co-Authored-By: Stephane Miller <stephane@alum.mit.edu>
Change-Id: Ib21eda88f207f18675c8580cd7fd37eab6fd70bf
Partial-Bug: #1559691
2016-12-21 20:35:30 +00:00

7 lines
229 B
YAML

---
features:
- |
Adds the initial substrate to allow for the creation of storage
interfaces. The default storage interface for nodes is ``noop``,
which routes to a no-op driver that is included with the substrate.