Fix small typo in log message

Change-Id: I20a59298e0dc2739b6e4c145fd38d632ce528624
This commit is contained in:
Evan Gray 2016-07-08 21:29:04 -05:00
parent a7ac7ad1cb
commit 48d4316cf9
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class AmphoraPostVIPPlug(BaseAmphoraTask):
"""Execute post_vip_routine."""
self.amphora_driver.post_vip_plug(
loadbalancer, amphorae_network_config)
LOG.debug("Notfied amphora of vip plug")
LOG.debug("Notified amphora of vip plug")
def revert(self, result, loadbalancer, *args, **kwargs):
"""Handle a failed amphora vip plug notification."""