From a6b53d834e117c0e5daa599e53e4c7191b7a1b2e Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Fri, 29 Jan 2021 21:40:15 +0100
Subject: [PATCH] Remove extra space characters

Change-Id: I407191b1d1e9b3656c6f86325a13bb8937400dbb
---
 kayobe/cli/commands.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kayobe/cli/commands.py b/kayobe/cli/commands.py
index 011e8f2c..c5ca16c1 100644
--- a/kayobe/cli/commands.py
+++ b/kayobe/cli/commands.py
@@ -1667,7 +1667,7 @@ class BaremetalComputeSerialConsoleDisable(BaremetalComputeSerialConsoleBase):
 
 class BaremetalComputeUpdateDeploymentImage(KayobeAnsibleMixin, VaultMixin,
                                             Command):
-    """Update the Ironic nodes to use the new  kernel and ramdisk images."""
+    """Update the Ironic nodes to use the new kernel and ramdisk images."""
 
     def get_parser(self, prog_name):
         parser = super(BaremetalComputeUpdateDeploymentImage, self).get_parser(
@@ -1681,7 +1681,7 @@ class BaremetalComputeUpdateDeploymentImage(KayobeAnsibleMixin, VaultMixin,
 
     def take_action(self, parsed_args):
         self.app.LOG.debug(
-            "Upgrading the ironic nodes to use the latest  deployment images")
+            "Upgrading the ironic nodes to use the latest deployment images")
         playbooks = _build_playbook_list("overcloud-ipa-images")
         extra_vars = {}
         extra_vars["ipa_images_update_ironic_nodes"] = True
-- 
GitLab