Fix spelling of curent in list sec groups.
Change-Id: I248b4c506fda155f74cc6231877c2e50bdc517fa
This commit is contained in:
parent
262886b297
commit
8632032a69
1
.mailmap
1
.mailmap
@ -3,6 +3,7 @@ Antony Messerli <amesserl@rackspace.com> root <root@debian.ohthree.com>
|
||||
<brian.waldon@rackspace.com> <bcwaldon@gmail.com>
|
||||
Chris Behrens <cbehrens+github@codestud.com> comstud <cbehrens+github@codestud.com>
|
||||
<cbehrens+github@codestud.com> <cbehrens@codestud.com>
|
||||
<dprince@redhat.com> <dan.prince@rackspace.com>
|
||||
Johannes Erdfelt <johannes.erdfelt@rackspace.com> jerdfelt <johannes@erdfelt.com>
|
||||
<johannes.erdfelt@rackspace.com> <johannes@erdfelt.com>
|
||||
<josh@jk0.org> <jkearney@nova.(none)>
|
||||
|
2
AUTHORS
2
AUTHORS
@ -11,7 +11,7 @@ Chmouel Boudjnah <chmouel.boudjnah@rackspace.co.uk>
|
||||
Chris Behrens <cbehrens+github@codestud.com>
|
||||
Christopher MacGown <ignoti+github@gmail.com>
|
||||
Cole Robinson <crobinso@redhat.com>
|
||||
Dan Prince <dan.prince@rackspace.com>
|
||||
Dan Prince <dprince@redhat.com>
|
||||
Dan Wendlandt <dan@nicira.com>
|
||||
Dave Walker <Dave.Walker@canonical.com>
|
||||
Dean Troyer <dtroyer@gmail.com>
|
||||
|
@ -1258,7 +1258,7 @@ def do_secgroup_delete(cs, args):
|
||||
|
||||
|
||||
def do_secgroup_list(cs, args):
|
||||
"""List security groups for the curent tenant."""
|
||||
"""List security groups for the current tenant."""
|
||||
_print_secgroups(cs.security_groups.list())
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user