Merge "Make secgroup rules more readable in security-group-show"

This commit is contained in:
Jenkins
2015-04-08 14:37:30 +00:00
committed by Gerrit Code Review

View File

@@ -106,6 +106,7 @@ class ShowSecurityGroup(neutronV20.ShowCommand):
resource = 'security_group'
allow_names = True
json_indent = 5
class CreateSecurityGroup(neutronV20.CreateCommand):