diff options
| author | Brian Waldon <brian.waldon@rackspace.com> | 2011-04-19 09:50:53 -0400 |
|---|---|---|
| committer | Brian Waldon <brian.waldon@rackspace.com> | 2011-04-19 09:50:53 -0400 |
| commit | 7b5cf70cc9339028b1be9569e5754b997c7dae83 (patch) | |
| tree | 9f0b317eedcd14298d9f7420b61d3bfdcd337ecc | |
| parent | 4466f775a70162f8a140afbe19a56d7290b014d3 (diff) | |
| download | nova-7b5cf70cc9339028b1be9569e5754b997c7dae83.tar.gz nova-7b5cf70cc9339028b1be9569e5754b997c7dae83.tar.xz nova-7b5cf70cc9339028b1be9569e5754b997c7dae83.zip | |
multi-line string spacing
| -rw-r--r-- | nova/exception.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/nova/exception.py b/nova/exception.py index 50d7984dc..80c8dedfe 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -186,7 +186,7 @@ class ComputeServiceUnavailable(ServiceUnavailable): class UnableToMigrateToSelf(Invalid): message = _("Unable to migrate instance (%(instance_id)s) " - "to current host (%(host)s).") + "to current host (%(host)s).") class SourceHostUnavailable(Invalid): @@ -199,7 +199,7 @@ class InvalidHypervisorType(Invalid): class DestinationHypervisorTooOld(Invalid): message = _("The instance requires a newer hypervisor version than " - "has been provided.") + "has been provided.") class InvalidDevicePath(Invalid): @@ -212,15 +212,15 @@ class InvalidCPUInfo(Invalid): class InvalidVLANTag(Invalid): message = _("VLAN tag is not appropriate for the port group " - "%(bridge)s. Expected VLAN tag is %(tag)s, " - "but the one associated with the port group is %(pgroup)s.") + "%(bridge)s. Expected VLAN tag is %(tag)s, " + "but the one associated with the port group is %(pgroup)s.") class InvalidVLANPortGroup(Invalid): message = _("vSwitch which contains the port group %(bridge)s is " - "not associated with the desired physical adapter. " - "Expected vSwitch is %(expected)s, but the one associated " - "is %(actual)s.") + "not associated with the desired physical adapter. " + "Expected vSwitch is %(expected)s, but the one associated " + "is %(actual)s.") class ImageUnacceptable(Invalid): |
