Docs specify that this file should be override_defaults, when really
devstack looks for override-defaults.
Change-Id: I3900ec4d16ffb48c6969dac5081ea2817536c246
| ... | ... |
@@ -21,12 +21,12 @@ external repositories. The plugin interface assumes the following: |
| 21 | 21 |
An external git repository that includes a ``devstack/`` top level |
| 22 | 22 |
directory. Inside this directory there can be 3 files. |
| 23 | 23 |
|
| 24 |
-- ``override_defaults`` - a file containing global variables that |
|
| 24 |
+- ``override-defaults`` - a file containing global variables that |
|
| 25 | 25 |
will be sourced before the lib/* files. This allows the plugin |
| 26 | 26 |
to override the defaults that are otherwise set in the lib/* |
| 27 | 27 |
files. |
| 28 | 28 |
|
| 29 |
- For example, override_defaults may export CINDER_ENABLED_BACKENDS |
|
| 29 |
+ For example, override-defaults may export CINDER_ENABLED_BACKENDS |
|
| 30 | 30 |
to include the plugin-specific storage backend and thus be able |
| 31 | 31 |
to override the default lvm only storage backend for Cinder. |
| 32 | 32 |
|