Merge "Deprecated overcloud container image build (kolla) command"

This commit is contained in:
Zuul 2020-07-29 10:01:23 +00:00 committed by Gerrit Code Review
commit d4f96e5536
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,8 @@ class BuildImage(command.Command):
def take_action(self, parsed_args): def take_action(self, parsed_args):
self.log.debug("take_action(%s)" % parsed_args) self.log.debug("take_action(%s)" % parsed_args)
self.log.warning('This command is deprecated. Please use "openstack '
'tripleo container image build" instead.')
fd, path = tempfile.mkstemp(prefix='kolla_conf_') fd, path = tempfile.mkstemp(prefix='kolla_conf_')
with os.fdopen(fd, 'w') as tmp: with os.fdopen(fd, 'w') as tmp: