From 088636dc2ead77f7c695116f8e3131c8f9be8cf1 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Thu, 16 Jun 2016 06:25:42 -0700 Subject: [PATCH] Fix typo in agent driver compatiblity => compatibility TrivialFix Change-Id: I2ba432c1df2bd91521b10d387563054ad7ddf748 --- ironic/drivers/modules/agent_base_vendor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/drivers/modules/agent_base_vendor.py b/ironic/drivers/modules/agent_base_vendor.py index 595838be87..56a40ce126 100644 --- a/ironic/drivers/modules/agent_base_vendor.py +++ b/ironic/drivers/modules/agent_base_vendor.py @@ -86,7 +86,7 @@ POST_CLEAN_STEP_HOOKS = {} VENDOR_PROPERTIES = { 'deploy_forces_oob_reboot': _( 'Whether Ironic should force a reboot of the Node via the out-of-band ' - 'channel after deployment is complete. Provides compatiblity with ' + 'channel after deployment is complete. Provides compatibility with ' 'older deploy ramdisks. Defaults to False. Optional.') }