Fix description of ListSubnet

The help texts for both "neutron net-list" and "neutron subnet-list"
give the same text "List networks that belong to a given tenant."

Fix it so that subnet-list output the proper "subnet"

Change-Id: I0877b51ad10ac0e04b24effa7cbd1e412098e363
Partial-Bug: #1244618
This commit is contained in:
Andreas Jaeger
2013-12-22 07:28:51 +01:00
parent df68d75f66
commit 0b4b2fe41e

View File

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