From dccb0563aed713025eb84ee6aba0332f17e8d67b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jun 2021 15:14:32 +0800 Subject: [PATCH] python-novaclient: uprev to 15.1.0 for stx 5.0 * update the PV and SRCREV Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: Idef9a356e9d4624d13f14b30cd145e9e19d1a465 --- .../meta-stx-integ/recipes-devtools/python/python-novaclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-novaclient_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-novaclient_git.bb index 533ada0..039ba1d 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-novaclient_git.bb @@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=stable/pike" -SRCREV = "62bf8809c660ed0675f301c235b1d434caeaf580" +SRCREV = "cd396b8b61ed7496f4166a2237b27aa0a138f6e5" SRCNAME = "python-novaclient" PROTOCOL = "https" BRANCH = "stable/train" S = "${WORKDIR}/git" -PV = "13.0.0+git${SRCPV}" +PV = "15.1.0+git${SRCPV}" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" -- 2.16.6