Fix typo in agent driver

compatiblity  => compatibility

TrivialFix

Change-Id: I2ba432c1df2bd91521b10d387563054ad7ddf748
This commit is contained in:
Gary Kotton 2016-06-16 06:25:42 -07:00
parent 823582c730
commit 088636dc2e

View File

@ -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.')
}