Files
nova/doc/source/devref/index.rst
Brian Elliott e937a53065 Add generic customization hooks via decorator.
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
2012-11-30 20:47:53 +00:00

1.6 KiB

Developer Guide

In this section you will find information on Nova's lower level programming APIs.

Programming HowTos and Tutorials

development.environment unit_tests addmethod.openstackapi

Background Concepts for Nova

architecture threading vmstates il8n filter_scheduler multinic rpc hooks

Other Resources

launchpad gerrit jenkins

API Reference

../api/autoindex

Module Reference

services database compute network api scheduler fakes nova cloudpipe objectstore glance

Indices and tables

  • genindex
  • modindex
  • search