X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-novaclient_git.bb;h=039ba1d08542024efea5745d7979592e30996e10;hb=8961614fdfd0c716b792a9d09c87ac69dd66127e;hp=533ada03ab616cfd642fb645f7dab66b81a570c7;hpb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;p=pti%2Frtp.git 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}"