Merge "Fix the base-tag name in build.py script"

This commit is contained in:
Jenkins 2016-01-08 17:52:20 +00:00 committed by Gerrit Code Review
commit cd315c659d

View File

@ -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,