summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova.inc
Commit message (Collapse)AuthorAgeFilesLines
* python-nova: unify controller and compute recipesBruce Ashfield2013-10-041-102/+0
| | | | | | | | | The split of compute and controller is no longer necesary, since configuration inheritance is done with overriding layers, not split recipes. This simplifies the build, and packaging of the recipe. Good riddance. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: add novnc console proxy supportBruce Ashfield2013-10-031-0/+3
| | | | | | | | | | | With this commit the appropriate daemons are started on a control node boot to support horizon console access via the novnc proxy. Additionally, the proper nova configuration is set for boh the control and compute nodes for out of the box console connectivity between the compute, control and horizone interface. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: use ${sysconfdir} instead of ${NOVA_CONF_DIR}Bruce Ashfield2013-10-031-1/+1
| | | | | | | | ${NOVA_CONF_DIR} points to the staging/build directories, so it shouldn't be placed into on-target config files. Using ${sysconfdir} is the right, on-target, directory to use. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: split into explicit compute and controller recipesBruce Ashfield2013-08-281-0/+99
To allow unique configuration of nova for compute and controller nodes, the nova class is split into two, but packaged largely the same way. The compute and controller classes are introduced to hold configuration values and operations that are used by the common packaging routines to customize and deploy. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>