Fix the misspelling of "configuration"

Change-Id: Ic1d9b669443c0e828b149f4d96fcfeeafa73fa2b
This commit is contained in:
lijunjie
2018-12-27 13:38:41 +08:00
parent fec97d9156
commit b1c9e5d82a

View File

@@ -459,7 +459,7 @@ def dhcp_options_for_instance(task, ipxe_enabled=False, url_boot=False):
script_name = os.path.basename(CONF.pxe.ipxe_boot_script)
# TODO(TheJulia): We should make this smarter to handle unwrapped v6
# addresses, since the format is http://[ff80::1]:80/boot.ipxe.
# As opposed to requiring configuraiton, we can eventually make this
# As opposed to requiring configuration, we can eventually make this
# dynamic, and would need to do similar then.
ipxe_script_url = '/'.join([CONF.deploy.http_url, script_name])
# if the request comes from dumb firmware send them the iPXE