From 6c5afb77aa5580dbe737f682ee2f792122c0c2f3 Mon Sep 17 00:00:00 2001 From: Ryosuke Saito Date: Thu, 17 Jul 2025 12:05:41 +0900 Subject: meta-openstack: Fix whitespace warnings Add whitespaces around variable assignments to eliminate the build warnings: WARNING: python-ceilometer_git.bb:25 has a lack of whitespace around the assignment: 'KEYSTONE_HOST="${CONTROLLER_IP}"' WARNING: python-cinder_git.bb:39 has a lack of whitespace around the assignment: 'KEYSTONE_HOST="${CONTROLLER_IP}"' ... Signed-off-by: Ryosuke Saito Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-barbican_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-cinder_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-glance_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-heat_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 2 +- .../recipes-devtools/python/python-keystone-hybrid-backend_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-keystone_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-neutron_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-nova_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-rally_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-swift_git.bb | 6 +++--- meta-openstack/recipes-devtools/python/python-trove_git.bb | 6 +++--- meta-openstack/recipes-devtools/python/python3-glance-store_git.bb | 4 ++-- .../recipes-devtools/python/python3-magnumclient_3.3.0.bb | 2 +- .../recipes-devtools/python/python3-manilaclient_2.4.0.bb | 2 +- .../recipes-devtools/python/python3-mistralclient_4.1.1.bb | 2 +- meta-openstack/recipes-devtools/python/python3-taskflow_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb | 2 +- 21 files changed, 31 insertions(+), 31 deletions(-) mode change 100755 => 100644 meta-openstack/recipes-devtools/python/python-trove_git.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb index 90ed8d7..ffc7a63 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb @@ -21,7 +21,7 @@ PV = "2015.1.0+git${SRCPV}" inherit update-rc.d setuptools3 identity hosts useradd default_configs monitor SERVICECREATE_PACKAGES = "${SRCNAME}-setup" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index 1592cd2..9eec72c 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb @@ -20,7 +20,7 @@ PV = "5.0.0+git${SRCPV}" CEILOMETER_SECRET ?= "12121212" SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-reseller" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 5f56024..f72036d 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb @@ -35,7 +35,7 @@ USERADD_PARAM:${PN} = "--system -m -d ${localstatedir}/lib/cinder -s /bin/false CINDER_BACKUP_BACKEND_DRIVER ?= "cinder.backup.drivers.swift" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" CINDER_LVM_VOLUME_BACKING_FILE_SIZE ?= "2G" CINDER_NFS_VOLUME_SERVERS_DEFAULT = "controller:/etc/cinder/nfs_volumes" diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index 2f62677..0200030 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb @@ -12,8 +12,8 @@ SRC_URI = "\ file://cinder-api-check.sh \ " -PV="3.1.0+git${SRCPV}" -SRCREV="3640aeab6e11987288a2f149fbeedb1c026045e2" +PV = "3.1.0+git${SRCPV}" +SRCREV = "3640aeab6e11987288a2f149fbeedb1c026045e2" inherit setuptools3 monitor diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 06e4d93..5e7bd88 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb @@ -34,7 +34,7 @@ GLANCE_KNOWN_STORES ?= "glance.store.rbd.Store,\ glance.store.http.Store" SERVICECREATE_PACKAGES = "${SRCNAME}-setup" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index c46fc7a..cb833fb 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb @@ -19,7 +19,7 @@ SRCREV = "4348b7ababd1048e17ec354ca38c903c908cd74e" PV = "5.0.0+git${SRCPV}" SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index b1f7b4f..40ac44b 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb @@ -14,7 +14,7 @@ DEPENDS += " \ python-pbr-native \ " -RDEPENDS:${PN} +="python-cliff \ +RDEPENDS:${PN} += "python-cliff \ python-httplib2 \ python-iso8601 \ python-prettytable \ diff --git a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb index 375969b..4b7c188 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb @@ -8,8 +8,8 @@ PR = "r0" SRC_URI = "git://github.com/SUSE-Cloud/keystone-hybrid-backend.git;branch=havana;protocol=https" -PV="git${SRCPV}" -SRCREV="0bd376242f8522edef7031d2339b9533b86c17aa" +PV = "git${SRCPV}" +SRCREV = "0bd376242f8522edef7031d2339b9533b86c17aa" inherit python3-dir diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index 5ec5af2..7fae4c7 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb @@ -35,7 +35,7 @@ USERADD_PARAM:${PN} = "--system -m -s /bin/false keystone" LDAP_DN ?= "dc=my-domain,dc=com" SERVICECREATE_PACKAGES = "${SRCNAME}-setup" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be # set. If the flag for a parameter in the list is not set here, the default diff --git a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb index 84e766d..adefdd9 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb @@ -8,8 +8,8 @@ SRC_URI = "\ git://git.openstack.org/openstack/neutron-lib.git;branch=stable/pike \ " -PV="1.9.1+git${SRCPV}" -SRCREV="f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be" +PV = "1.9.1+git${SRCPV}" +SRCREV = "f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be" inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 7229e47..7ed21af 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb @@ -40,7 +40,7 @@ GROUPADD_PARAM:${PN} = "--system ${GROUP}" USERADD_PARAM:${PN} = "--system -m -d ${localstatedir}/lib/neutron -s /bin/false -g ${GROUP} ${USER}" SERVICECREATE_PACKAGES = "${SRCNAME}-setup" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index fc96b51..247e816 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -51,7 +51,7 @@ USERADD_PARAM:${PN} = "--system -m -d ${localstatedir}/lib/nova -s /bin/false -g PLACEMENT_USER = "placement" SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-ec2" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb index 11bd331..015c34a 100644 --- a/meta-openstack/recipes-devtools/python/python-rally_git.bb +++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb @@ -20,8 +20,8 @@ SRC_URI = "git://github.com/stackforge/${SRCNAME}.git;branch=master;protocol=htt file://verification-subunit2json-fail-to-open-result-file.patch \ " -SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" -PV="git${SRCPV}" +SRCREV = "b297cf00750f263b8b5bdeb71f6952f672e87f5a" +PV = "git${SRCPV}" inherit setuptools3 update-rc.d hosts identity default_configs diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb index e734d24..08836d2 100644 --- a/meta-openstack/recipes-devtools/python/python-swift_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb @@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http file://cluster.conf \ " -SRCREV="4ca08cc395e686265574366497a6869e94eebcb2" -PV="2.2.2+git${SRCPV}" +SRCREV = "4ca08cc395e686265574366497a6869e94eebcb2" +PV = "2.2.2+git${SRCPV}" inherit setuptools3 python3-dir update-rc.d hosts identity @@ -29,7 +29,7 @@ inherit setuptools3 python3-dir update-rc.d hosts identity SWIFT_BACKING_FILE_SIZE ?= "2G" SERVICECREATE_PACKAGES = "${SRCNAME}-setup" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb old mode 100755 new mode 100644 index a0dfaa4..16d8f22 --- a/meta-openstack/recipes-devtools/python/python-trove_git.bb +++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb @@ -10,13 +10,13 @@ SRC_URI = "git://github.com/openstack/trove.git;branch=master;protocol=https \ file://trove-init \ " -SRCREV="11996635299396f181f5aec3c6825f8011d45e2c" -PV="4.0.0+git${SRCPV}" +SRCREV = "11996635299396f181f5aec3c6825f8011d45e2c" +PV = "4.0.0+git${SRCPV}" inherit update-rc.d setuptools3 identity hosts useradd default_configs SERVICECREATE_PACKAGES = "${SRCNAME}-setup" -KEYSTONE_HOST="${CONTROLLER_IP}" +KEYSTONE_HOST = "${CONTROLLER_IP}" # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be # set. If the flag for a parameter in the list is not set here, the default diff --git a/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb index 9c923f6..3ecd5eb 100644 --- a/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb @@ -8,8 +8,8 @@ SRC_URI = "\ git://git.openstack.org/openstack/glance_store.git;branch=stable/pike \ " -PV="0.22.0+git${SRCPV}" -SRCREV="49c915f498fc8d91c98fcf4e07ceecdcf167fc5a" +PV = "0.22.0+git${SRCPV}" +SRCREV = "49c915f498fc8d91c98fcf4e07ceecdcf167fc5a" inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-magnumclient_3.3.0.bb b/meta-openstack/recipes-devtools/python/python3-magnumclient_3.3.0.bb index 6867600..fa23937 100644 --- a/meta-openstack/recipes-devtools/python/python3-magnumclient_3.3.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-magnumclient_3.3.0.bb @@ -16,7 +16,7 @@ DEPENDS += " \ python3-pbr-native \ " -RDEPENDS:${PN} +=" \ +RDEPENDS:${PN} += " \ python3-pbr \ python3-babel \ python3-oslo.config \ diff --git a/meta-openstack/recipes-devtools/python/python3-manilaclient_2.4.0.bb b/meta-openstack/recipes-devtools/python/python3-manilaclient_2.4.0.bb index 7e51ec6..8092607 100644 --- a/meta-openstack/recipes-devtools/python/python3-manilaclient_2.4.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-manilaclient_2.4.0.bb @@ -16,7 +16,7 @@ DEPENDS += " \ python3-pbr-native \ " -RDEPENDS:${PN} +=" \ +RDEPENDS:${PN} += " \ python3-pbr \ python3-iso8601 \ python3-oslo.config \ diff --git a/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb b/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb index 7f79754..98027dc 100644 --- a/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb @@ -18,7 +18,7 @@ DEPENDS += " \ python3-pbr-native \ " -RDEPENDS:${PN} +=" \ +RDEPENDS:${PN} += " \ python3-cliff \ python3-pbr \ python3-keystoneclient \ diff --git a/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb index 7425580..44a1660 100644 --- a/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb @@ -8,8 +8,8 @@ SRC_URI = "\ git://git.openstack.org/openstack/taskflow.git;branch=stable/pike \ " -PV="2.14.1+git${SRCPV}" -SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4" +PV = "2.14.1+git${SRCPV}" +SRCREV = "ed867c4fd17e4102a133c313a13af37baccf14a4" inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb b/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb index 55423b7..28d37f1 100644 --- a/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb @@ -16,7 +16,7 @@ DEPENDS += " \ python3-pbr-native \ " -RDEPENDS:${PN} +=" \ +RDEPENDS:${PN} += " \ python3-pbr \ python3-requests \ python3-six \ -- cgit v1.2.3-54-g00ecf