Merge "Fix typo in agent driver"

This commit is contained in:
Jenkins 2016-06-16 19:09:22 +00:00 committed by Gerrit Code Review
commit 130eb1a2fa

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