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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user