Skip to content

Commit dd47776

Browse files
g0rgameshAlex-Welsh
authored andcommitted
[unmaintained/2024.1 only] Fix the tarballs pointer
Closes-Bug: #2134456 Change-Id: I68e6766a794ed25878c85e88f33722578184d141 Signed-off-by: Rafal Lewandowski <rafal@stackhpc.com>
1 parent 5e6ce03 commit dd47776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kolla/common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def parse(conf, args, usage=None, prog=None,
381381
# NOTE(jeffrey4l): set the default base tag based on the
382382
# base option
383383
conf.set_default('base_tag', DEFAULT_BASE_TAGS[conf.base]['tag'])
384-
prefix = '' if conf.openstack_release == 'master' else 'stable-'
384+
prefix = '' if conf.openstack_release == 'master' else 'unmaintained-'
385385
openstack_branch = '{}{}'.format(prefix, conf.openstack_release)
386386
openstack_branch_slashed = openstack_branch.replace('-', '/')
387387
conf.set_default('openstack_branch', openstack_branch)

0 commit comments

Comments
 (0)