diff --git a/tripleoclient/heat_launcher.py b/tripleoclient/heat_launcher.py index de8ca7c79..f4eddf88d 100644 --- a/tripleoclient/heat_launcher.py +++ b/tripleoclient/heat_launcher.py @@ -485,7 +485,7 @@ class HeatPodLauncher(HeatContainerLauncher): return # force pull of latest container image for image in self.api_container_image, self.engine_container_image: - log.info("Pulling conatiner image {}.".format(image)) + log.info("Pulling container image {}.".format(image)) cmd = ['sudo', 'podman', 'pull', image] log.debug(' '.join(cmd)) try: