Merge "Add new stack phase: post-extra"

This commit is contained in:
Jenkins
2013-12-05 12:12:56 +00:00
committed by Gerrit Code Review
4 changed files with 13 additions and 2 deletions

View File

@@ -327,6 +327,7 @@ The defined phases are:
* **local** - extracts ``localrc`` from ``local.conf`` before ``stackrc`` is sourced
* **post-config** - runs after the layer 2 services are configured and before they are started
* **extra** - runs after services are started and before any files in ``extra.d`` are executed
* **post-extra** - runs after files in ``extra.d`` are executed
The file is processed strictly in sequence; meta-sections may be specified more than once but if any settings are duplicated the last to appear in the file will be used.