Spelling error in Comment

Change-Id: I9a59a6948579c988ad73d6a500f60d733088db49
This commit is contained in:
Bernard Van De Walle 2015-02-24 19:20:33 -08:00
parent 9476cd9a49
commit 3ae1d08b4b

View File

@ -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.")