summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-07-16 14:42:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-07-16 14:42:13 -0400
commit24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d (patch)
tree985a716004a41396bbbcaa4c6e01d7d69848fb13 /meta-openstack/recipes-devtools/python/python-glance_git.bb
parentff75057ed28f942543c951f7af22b891752557f1 (diff)
downloadmeta-cloud-services-24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d.tar.gz
layer/global: update S assignments
Updating meta-cloud-services and sublayers to comply with the UNPACKDIR changes. The techniques mentioned in the following commit are used: Author: Alexander Kanavin <alex@linutronix.de> Date: Tue Jun 24 13:53:51 2025 +0200 migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes (From yocto-docs rev: f59504d8706a817e0b5a6235ebb69cb3b3ebb277) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 9fa23ed..06e4d93 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -17,8 +17,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol
17SRCREV = "06af2eb5abe0332f7035a7d7c2fbfd19fbc4dae7" 17SRCREV = "06af2eb5abe0332f7035a7d7c2fbfd19fbc4dae7"
18PV = "15.0.0+git${SRCPV}" 18PV = "15.0.0+git${SRCPV}"
19 19
20S = "${WORKDIR}/git"
21
22inherit setuptools3 identity default_configs hosts monitor useradd systemd 20inherit setuptools3 identity default_configs hosts monitor useradd systemd
23 21
24USER = "glance" 22USER = "glance"
@@ -35,7 +33,6 @@ GLANCE_KNOWN_STORES ?= "glance.store.rbd.Store,\
35 glance.store.filesystem.Store,\ 33 glance.store.filesystem.Store,\
36 glance.store.http.Store" 34 glance.store.http.Store"
37 35
38
39SERVICECREATE_PACKAGES = "${SRCNAME}-setup" 36SERVICECREATE_PACKAGES = "${SRCNAME}-setup"
40KEYSTONE_HOST="${CONTROLLER_IP}" 37KEYSTONE_HOST="${CONTROLLER_IP}"
41 38