From b1c9e5d82a0a65fd04af4247cbf02f8a3aa22017 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Thu, 27 Dec 2018 13:38:41 +0800 Subject: [PATCH] Fix the misspelling of "configuration" Change-Id: Ic1d9b669443c0e828b149f4d96fcfeeafa73fa2b --- ironic/common/pxe_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/common/pxe_utils.py b/ironic/common/pxe_utils.py index ad34f43056..52d6ebd64d 100644 --- a/ironic/common/pxe_utils.py +++ b/ironic/common/pxe_utils.py @@ -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