Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update OpenStack LLC to Foundation | Kurt Taylor | 2013-02-26 | 1 | -1/+1 |
| | | | | | | Update all references of "LLC" to "Foundation". Change-Id: I009e86784ef4dcf38882d64b0eff484576e04efe | ||||
* | Add generic customization hooks via decorator. | Brian Elliott | 2012-11-30 | 1 | -0/+96 |
Hooks add the ability to insert custom code around operations that declare a named hook: e.g. @hooks.add_hooks('create_instance') def create_instance(....): .... The above hook allows Hook objects to be run 'pre' and 'post' the execution of create_instance() Hook objects are discovered via the setuptools entry point group 'nova.hooks'. Change-Id: I3961df12ef415085de7459438967edacc34500c2 |