Merge "Spelling error in Comment"

This commit is contained in:
Jenkins 2015-03-04 22:14:51 +00:00 committed by Gerrit Code Review
commit ef878e232c

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