summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-storage-interface-d4e64224804207fc.yaml
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2016-07-27 14:50:51 -0400
committerJulia Kreger <juliaashleykreger@gmail.com>2016-12-21 20:35:30 +0000
commitc491e93a082ede262e617cebfd3022090e3e715b (patch)
tree7d385b9041f9c4105a03372cc78e91f3acc12024 /releasenotes/notes/add-storage-interface-d4e64224804207fc.yaml
parentfa200aaeddb563fa9503489d876aaed1ee5955a8 (diff)
downloadironic-c491e93a082ede262e617cebfd3022090e3e715b.tar.gz
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
Diffstat (limited to 'releasenotes/notes/add-storage-interface-d4e64224804207fc.yaml')
-rw-r--r--releasenotes/notes/add-storage-interface-d4e64224804207fc.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-storage-interface-d4e64224804207fc.yaml b/releasenotes/notes/add-storage-interface-d4e64224804207fc.yaml
new file mode 100644
index 000000000..a19f21f32
--- /dev/null
+++ b/releasenotes/notes/add-storage-interface-d4e64224804207fc.yaml
@@ -0,0 +1,6 @@
+---
+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.