Fix the base-tag name in build.py script
TrivialFix Change-Id: Icfcb0736ab167c0c7acb0eeea98ffd136a8a760b
This commit is contained in:
parent
e5af3536b5
commit
8ba800f4ed
@ -57,7 +57,7 @@ _CLI_OPTS = [
|
||||
cfg.StrOpt('base', short='b', default='centos',
|
||||
deprecated_group='kolla-build',
|
||||
help='The base distro to use when building'),
|
||||
cfg.StrOpt('base_tag', default='latest',
|
||||
cfg.StrOpt('base-tag', default='latest',
|
||||
deprecated_group='kolla-build',
|
||||
help='The base distro image tag'),
|
||||
cfg.BoolOpt('debug', short='d', default=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user