docstring fix

The docstring of class Extended_availability_zone was totally same as
Extended_server_attributes. This patch improves this docstring.

Change-Id: Ifd59d8dd149975c7f2653a0e0effadfc88d119d4
This commit is contained in:
Kun Huang
2014-01-16 17:52:19 +08:00
parent b77282d23d
commit 61834c22db

View File

@@ -58,7 +58,7 @@ class ExtendedAZController(wsgi.Controller):
class Extended_availability_zone(extensions.ExtensionDescriptor):
"""Extended Server Attributes support."""
"""Extended Availability Zone support."""
name = "ExtendedAvailabilityZone"
alias = "OS-EXT-AZ"