From: Gerard Garcia Date: Fri, 29 Aug 2014 16:35:39 +0000 (+0200) Subject: Typo X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=609c042a539bd23376048de349a11b4feb744b9a;p=openstack-build%2Fcinder-build.git Typo Change-Id: I24871e34c04b3f35bf3c5ba6c4df935ddf3f8c5f --- diff --git a/cinder/volume/drivers/emc/emc_vnx_cli.py b/cinder/volume/drivers/emc/emc_vnx_cli.py index bad73e0cd..7bc575b80 100644 --- a/cinder/volume/drivers/emc/emc_vnx_cli.py +++ b/cinder/volume/drivers/emc/emc_vnx_cli.py @@ -1218,7 +1218,7 @@ class CommandLineHelper(object): self.active_storage_ip == self.primary_storage_ip else\ self.primary_storage_ip - LOG.info(_('Toggle storage_vnx_ip_adress from %(old)s to ' + LOG.info(_('Toggle storage_vnx_ip_address from %(old)s to ' '%(new)s.') % {'old': old_ip, 'new': self.primary_storage_ip})