summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova-controller_2013.1.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* nova-controller: fix packaging errorBruce Ashfield2013-10-031-1/+0
| | | | | | | nova controller's configuration files in /etc were being improperly packaged in nova-controller-misc. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-nova*: FILES re-ordering and clarificationMark Hatle2013-09-151-14/+24
| | | | | | | To prevent build errors to the order of evaluation of FILES_* we re-order and clarify the contents of each package. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* python-nova: use explicit file lists, versus variablesBruce Ashfield2013-09-061-3/+13
| | | | | | | | | | | By setting the FILES_ packaging variables via .inc local vars, we can run into trouble with variable resolution timing and hence packaging fails. We temporarily switch back to explicit (and duplicated) file lists to fix packaging Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: split into explicit compute and controller recipesBruce Ashfield2013-08-281-0/+52
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>