Merge "Fix description of ListSubnet"

This commit is contained in:
Jenkins
2014-01-12 00:39:15 +00:00
committed by Gerrit Code Review

View File

@@ -49,7 +49,7 @@ def _format_host_routes(subnet):
class ListSubnet(neutronV20.ListCommand):
"""List networks that belong to a given tenant."""
"""List subnets that belong to a given tenant."""
resource = 'subnet'
log = logging.getLogger(__name__ + '.ListSubnet')