summaryrefslogtreecommitdiff
path: root/openstackclient/network
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/network')
-rw-r--r--openstackclient/network/v2/security_group_rule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/network/v2/security_group_rule.py b/openstackclient/network/v2/security_group_rule.py
index 63b80d25..8f07c5a4 100644
--- a/openstackclient/network/v2/security_group_rule.py
+++ b/openstackclient/network/v2/security_group_rule.py
@@ -521,7 +521,7 @@ class ListSecurityGroupRule(common.NetworkAndComputeLister):
'port_range',
)
if parsed_args.long:
- columns = columns + ('direction', 'ethertype',)
+ columns = columns + ('direction', 'ether_type',)
columns = columns + ('remote_group_id',)
# Get the security group rules using the requested query.