Skip to content

Commit 647a5aa

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix Venus containers built from correct branch" into stable/zed
2 parents 7ae289a + 3aecfa9 commit 647a5aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

kolla/common/sources.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,10 @@
316316
'type': 'url',
317317
'location': ('$tarballs_base/openstack/trove/'
318318
'trove-${openstack_branch}.tar.gz')},
319-
# FIXME(mgoddard): Revert to ${openstack_branch} when a stable-yoga tarball
320-
# exists.
321319
'venus-base': {
322320
'type': 'url',
323321
'location': ('$tarballs_base/openstack/venus/'
324-
'venus-master.tar.gz')},
322+
'venus-${openstack_branch}.tar.gz')},
325323
'vitrage-base': {
326324
'type': 'url',
327325
'location': ('$tarballs_base/openstack/vitrage/'

0 commit comments

Comments
 (0)