From 3ae1d08b4bfe9d16696b58a7c2ca21bcb127c8e1 Mon Sep 17 00:00:00 2001 From: Bernard Van De Walle Date: Tue, 24 Feb 2015 19:20:33 -0800 Subject: [PATCH] Spelling error in Comment Change-Id: I9a59a6948579c988ad73d6a500f60d733088db49 --- ironic/dhcp/neutron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/dhcp/neutron.py b/ironic/dhcp/neutron.py index 1c26963235..1d4388bf18 100644 --- a/ironic/dhcp/neutron.py +++ b/ironic/dhcp/neutron.py @@ -184,7 +184,7 @@ class NeutronDHCPApi(base.BaseDHCP): # TODO(adam_g): Hack to workaround bug 1334447 until we have a # mechanism for synchronizing events with Neutron. We need to sleep # only if we are booting VMs, which is implied by SSHPower, to ensure - # they do not boot before Neutron agents have setup sufficent DHCP + # they do not boot before Neutron agents have setup sufficient DHCP # config for netboot. if isinstance(task.driver.power, ssh.SSHPower): LOG.debug("Waiting 15 seconds for Neutron.")