Specify os-refresh-config path in README.

Change-Id: I1cf9569ae805c070f13a582d376665f2e8976ffc
This commit is contained in:
Tim Miller 2013-02-26 20:12:09 -08:00
parent b917233a24
commit 7d1a4adc17
1 changed files with 9 additions and 0 deletions

View File

@ -5,3 +5,12 @@ of directories. Its intended purpose is to quiesce (pre-configure.d),
configure (configure.d), migrate (migration.d), and then activate
(post-configure.d) a configuration on first boot or in response to Heat
Metadata changes.
To cause a script to be run on every os-refresh-config run, install
it into one of the following directories:
````
/opt/stack/os-refresh-config/pre-configure.d
/opt/stack/os-refresh-config/configure.d
/opt/stack/os-refresh-config/migration.d
/opt/stack/os-refresh-config/post-configure.d
```