Change ipsecpolicies to 2 separate words: IPsec policies
In the help text for vpn-ipsecpolicy-list, change ipsecpolicies to 2 separate words, IPsec policies. Change-Id: I5f49991945c8e638d35e7267b2de81eeaf7ea9bf Closes-Bug: #1373622
This commit is contained in:
@@ -22,7 +22,7 @@ from neutronclient.openstack.common.gettextutils import _
|
|||||||
|
|
||||||
|
|
||||||
class ListIPsecPolicy(neutronv20.ListCommand):
|
class ListIPsecPolicy(neutronv20.ListCommand):
|
||||||
"""List ipsecpolicies that belongs to a given tenant connection."""
|
"""List IPsec policies that belong to a given tenant connection."""
|
||||||
|
|
||||||
resource = 'ipsecpolicy'
|
resource = 'ipsecpolicy'
|
||||||
list_columns = ['id', 'name', 'auth_algorithm',
|
list_columns = ['id', 'name', 'auth_algorithm',
|
||||||
|
|||||||
Reference in New Issue
Block a user