diff --git a/tripleoclient/v1/container_image.py b/tripleoclient/v1/container_image.py index edbdb7715..8148dc4f3 100644 --- a/tripleoclient/v1/container_image.py +++ b/tripleoclient/v1/container_image.py @@ -196,6 +196,8 @@ class BuildImage(command.Command): def take_action(self, 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_') with os.fdopen(fd, 'w') as tmp: