Add a note on default values of globals
Add a note on default values of globals in plugin settings Change-Id: I0d5d3a7e0597abe7e2401f8bae30ccc5682eab03
This commit is contained in:
parent
4e81d247a4
commit
51c48d4c80
@ -113,6 +113,11 @@ directory. Inside this directory there can be 2 files.
|
||||
services using ``run_process`` as it only works with enabled
|
||||
services.
|
||||
|
||||
Be careful to allow users to override global-variables for
|
||||
customizing their environment. Usually it is best to provide a
|
||||
default value only if the variable is unset or empty; e.g. in bash
|
||||
syntax ``FOO=${FOO:-default}``.
|
||||
|
||||
- ``plugin.sh`` - the actual plugin. It will be executed by devstack
|
||||
during it's run. The run order will be done in the registration
|
||||
order for these plugins, and will occur immediately after all in
|
||||
|
Loading…
Reference in New Issue
Block a user