summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova-compute_2013.1.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-nova: unify controller and compute recipesBruce Ashfield2013-10-041-51/+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: use common 'hosts' configuration versus 'controller' and 'compute'Bruce Ashfield2013-10-031-1/+1
| | | | | | | Since external IPs can now be used, we can unify the IP configuration to the single global file. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-nova*: Hack for FILESMark Hatle2013-10-031-4/+20
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* nova: split into explicit compute and controller recipesBruce Ashfield2013-08-281-0/+35
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>