From b7e96f438fd7e89df07e83cd803163989ae2fe60 Mon Sep 17 00:00:00 2001 From: wanghongtaozz Date: Tue, 4 Apr 2017 18:36:53 -0700 Subject: [PATCH] Modify the spelling mistakes Change explictly to explicitly Change-Id: Ia31e3d23677f14f4dedb10f66187ff1e747f4ca1 --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 9a7b47c3f7..08c2bb622d 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -147,7 +147,7 @@ IRONIC_ENABLED_DRIVERS=${IRONIC_ENABLED_DRIVERS:-fake,pxe_ipmitool,agent_ipmitoo # TODO(jroll) add enabled/default interfaces here IRONIC_ENABLED_HARDWARE_TYPES=${IRONIC_ENABLED_HARDWARE_TYPES:-ipmi} -# If IRONIC_VM_ENGING is explictly set to "auto" or "kvm", +# If IRONIC_VM_ENGING is explicitly set to "auto" or "kvm", # devstack will attempt to use hardware virtualization # (aka nested kvm). We do not enable it in the infra gates # because it is not consistently supported/working across