summaryrefslogtreecommitdiffstats
path: root/meta-openstack-qemu/recipes-devtools/python/python-nova_2013.1.3.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* meta-openstack-qemu: rename python-nova_<version> to python-nova_git.bbappendBruce Ashfield2013-11-251-11/+0
| | | | | | | Without renaming the bbappend, our configuration will fail to launch in a virtualized environment. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgresql: unify startup and initializationBruce Ashfield2013-10-041-0/+11
Since we can't count on package postinst order, many components check for a configured postgresql daemon, and if not found, initialize it. Rather than sprinkling the knowledge of how to initialize the database through all these packages, we create a more robust, central postgresql-init script, and call it when any component needs the database configured. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>