Skip to content

Commit 1912c58

Browse files
markgoddardyoctozepto
authored andcommitted
[release] Use yoga branch for neutron-vpnaas and monasca-api
These were not available at the time we switched everything else. Venus remains unavailable. Change-Id: Ic9e54568a2844991b12e04ebfb1444b5cf286dbb (cherry picked from commit addd99c)
1 parent c577d00 commit 1912c58

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

kolla/common/config.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,12 +396,10 @@
396396
'type': 'url',
397397
'location': ('$tarballs_base/openstack/murano-dashboard/'
398398
'murano-dashboard-${openstack_branch}.tar.gz')},
399-
# FIXME(mgoddard): Revert to ${openstack_branch} when a stable-yoga tarball
400-
# exists.
401399
'horizon-plugin-neutron-vpnaas-dashboard': {
402400
'type': 'url',
403401
'location': ('$tarballs_base/openstack/neutron-vpnaas-dashboard/'
404-
'neutron-vpnaas-dashboard-6.0.0.tar.gz')},
402+
'neutron-vpnaas-dashboard-${openstack_branch}.tar.gz')},
405403
'horizon-plugin-octavia-dashboard': {
406404
'type': 'url',
407405
'location': ('$tarballs_base/openstack/octavia-dashboard/'
@@ -486,12 +484,10 @@
486484
'type': 'url',
487485
'location': ('$tarballs_base/openstack/monasca-agent/'
488486
'monasca-agent-${openstack_branch}.tar.gz')},
489-
# FIXME(mgoddard): Revert to ${openstack_branch} when a stable-yoga tarball
490-
# exists.
491487
'monasca-api': {
492488
'type': 'url',
493489
'location': ('$tarballs_base/openstack/monasca-api/'
494-
'monasca-api-8.0.0.tar.gz')},
490+
'monasca-api-${openstack_branch}.tar.gz')},
495491
'monasca-notification': {
496492
'type': 'url',
497493
'location': ('$tarballs_base/openstack/monasca-notification/'

0 commit comments

Comments
 (0)