Skip to content

Commit 3aecfa9

Browse files
committed
Fix Venus containers built from correct branch
Closes-Bug: #2023628 Change-Id: I76ac61604f5b0739ec27973a233a65e4c55c8c32 Signed-off-by: Maksim Malchuk <[email protected]> (cherry picked from commit b0804cd)
1 parent 1314b29 commit 3aecfa9

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)