diff options
Diffstat (limited to 'patches/opnfv-fuel/0006-Allow-customizing-fuel-plugin-qemu.patch')
-rw-r--r-- | patches/opnfv-fuel/0006-Allow-customizing-fuel-plugin-qemu.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/opnfv-fuel/0006-Allow-customizing-fuel-plugin-qemu.patch b/patches/opnfv-fuel/0006-Allow-customizing-fuel-plugin-qemu.patch index 3c7b1f35..28e6384d 100644 --- a/patches/opnfv-fuel/0006-Allow-customizing-fuel-plugin-qemu.patch +++ b/patches/opnfv-fuel/0006-Allow-customizing-fuel-plugin-qemu.patch @@ -7,15 +7,15 @@ Subject: [PATCH] Allow customizing fuel-plugin-qemu 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/f_isoroot/f_qemupluginbuild/config.mk b/build/f_isoroot/f_qemupluginbuild/config.mk -index e9c4356..c23e9c2 100644 +index 1f823b6..d19b788 100644 --- a/build/f_isoroot/f_qemupluginbuild/config.mk +++ b/build/f_isoroot/f_qemupluginbuild/config.mk @@ -7,6 +7,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --QEMU_BRANCH=1eb8bf930e2ec6e64526e95fcb21124f7401a243 +-QEMU_BRANCH=fc2f266fc0986b56deb0b740a5e202205b577a60 -QEMU_REPO=https://review.openstack.org/openstack/fuel-plugin-qemu -+QEMU_BRANCH:=1eb8bf930e2ec6e64526e95fcb21124f7401a243 ++QEMU_BRANCH:=fc2f266fc0986b56deb0b740a5e202205b577a60 +QEMU_REPO:=https://review.openstack.org/openstack/fuel-plugin-qemu QEMU_CHANGE= |