From 661e7a474be5a945fb108be4ac2b7e2d6faa6037 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Mon, 26 May 2014 14:33:25 -0400 Subject: nova readd Fix-rbd-backend-not-working-for-none-admin-ceph-user The Fix-rbd-backend-not-working-for-none-admin-ceph-user.patch patch was removed when Nova was updating to latest, and this causes nova-compute fails to use Ceph cluster. Re-apply the patch. Signed-off-by: Vu Tran Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 8ffc6df..a1c7a53 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -14,6 +14,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ + file://Fix-rbd-backend-not-working-for-none-admin-ceph-user.patch \ " SRC_URI += "file://nova-all \ -- cgit v1.2.3-54-g00ecf