Merge "Fix security group list command"

This commit is contained in:
Jenkins 2015-06-03 14:37:33 +00:00 committed by Gerrit Code Review
commit aa7145e0c9

View File

@ -161,7 +161,7 @@ class ListSecurityGroup(lister.Lister):
project_hash = {}
try:
projects = self.app.client_manager.identity.projects.list()
except ksc_exc.Forbidden:
except ksc_exc.ClientException:
# This fails when the user is not an admin, just move along
pass
else: