From b9d3786c6671e5f3b4ad54bc468dc79b1e5adae0 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 30 Jan 2014 16:53:53 -0500 Subject: 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 --- .../nova-add-migrate.cfg-to-the-MANIFEST.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-nova/nova-add-migrate.cfg-to-the-MANIFEST.patch (limited to 'meta-openstack/recipes-devtools/python/python-nova') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-add-migrate.cfg-to-the-MANIFEST.patch b/meta-openstack/recipes-devtools/python/python-nova/nova-add-migrate.cfg-to-the-MANIFEST.patch new file mode 100644 index 0000000..25aa07e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nova/nova-add-migrate.cfg-to-the-MANIFEST.patch @@ -0,0 +1,24 @@ +From 019f6c2d838aefa9b625bd7a5eadb031fca735cd Mon Sep 17 00:00:00 2001 +From: Bruce Ashfield +Date: Mon, 27 Jan 2014 16:06:16 -0500 +Subject: [PATCH] nova: add migrate.cfg to the MANIFEST + +Signed-off-by: Bruce Ashfield +--- + MANIFEST.in | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/MANIFEST.in b/MANIFEST.in +index c978a52dae21..61e522c610d6 100644 +--- a/MANIFEST.in ++++ b/MANIFEST.in +@@ -1,5 +1,6 @@ + include AUTHORS + include ChangeLog ++include nova/db/sqlalchemy/migrate_repo/migrate.cfg + exclude .gitignore + exclude .gitreview + +-- +1.7.10.4 + -- cgit v1.2.3-54-g00ecf