@@ -127,7 +127,7 @@ kolla_sources:
127
127
reference : stackhpc/{{ openstack_release }}
128
128
glance-base :
129
129
type : git
130
- location : https://github.com/stackhpc/glance
130
+ location : https://github.com/stackhpc/glance.git
131
131
reference : stackhpc/{{ openstack_release }}
132
132
horizon-plugin-cloudkitty-dashboard :
133
133
type : git
@@ -148,19 +148,19 @@ kolla_sources:
148
148
reference : stackhpc/{{ openstack_release }}
149
149
neutron-server-plugin-networking-mlnx :
150
150
type : git
151
- location : https://github.com/stackhpc/networking-mlnx
151
+ location : https://github.com/stackhpc/networking-mlnx.git
152
152
reference : stackhpc/{{ openstack_release }}
153
153
nova-compute-plugin-networking-mlnx :
154
154
type : git
155
- location : https://github.com/stackhpc/networking-mlnx
155
+ location : https://github.com/stackhpc/networking-mlnx.git
156
156
reference : stackhpc/{{ openstack_release }}
157
157
octavia-base :
158
158
type : git
159
159
location : https://github.com/stackhpc/octavia.git
160
160
reference : stackhpc/{{ openstack_release }}
161
161
blazar-base :
162
162
type : git
163
- location : https://github.com/stackhpc/blazar
163
+ location : https://github.com/stackhpc/blazar.git
164
164
reference : stackhpc/master
165
165
166
166
# ##############################################################################
@@ -358,7 +358,7 @@ kolla_build_customizations_common:
358
358
- /additions/*
359
359
glance_base_pip_packages_override :
360
360
- " /glance"
361
- - " glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3"
361
+ - " glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store.git @stackhpc/4.7.0.3"
362
362
ironic_inspector_pip_packages_append :
363
363
- /additions/*
364
364
magnum_base_pip_packages_override :
@@ -371,7 +371,7 @@ kolla_build_customizations_common:
371
371
- python3-libvirt
372
372
- python3-ethtool
373
373
neutron_mlnx_agent_pip_packages_override :
374
- - networking-mlnx@git+https://github.com/stackhpc/networking-mlnx@stackhpc/{{ openstack_release }}
374
+ - networking-mlnx@git+https://github.com/stackhpc/networking-mlnx.git @stackhpc/{{ openstack_release }}
375
375
376
376
kolla_build_customizations_rocky :
377
377
kolla_toolbox_packages_remove :
0 commit comments