diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-30 16:53:53 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-30 16:54:49 -0500 |
| commit | b9d3786c6671e5f3b4ad54bc468dc79b1e5adae0 (patch) | |
| tree | f1d37e2798838fbc86bee9eb764c4d5303216fb0 /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | a71362127628ef736d70f0009851cd1fe51c9fb8 (diff) | |
| download | meta-cloud-services-b9d3786c6671e5f3b4ad54bc468dc79b1e5adae0.tar.gz | |
nova: add migrate.cfg to the manifest
To properly sync the nova database during boot, the migrate.cfg must be
present in the rootfs.
This wasn't currently being packaged, so we add it to the manifest.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 5c438e1..4770448 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -13,6 +13,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" | |||
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ |
| 15 | file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ | 15 | file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ |
| 16 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | SRC_URI += "file://nova-all \ | 19 | SRC_URI += "file://nova-all \ |
