Merge "Add optional args arg back to do_list"

This commit is contained in:
Jenkins
2014-02-17 21:37:30 +00:00
committed by Gerrit Code Review

View File

@@ -242,7 +242,7 @@ def do_stack_update(hc, args):
do_stack_list(hc)
def do_list(hc):
def do_list(hc, args=None):
'''DEPRECATED! Use stack-list instead.'''
do_stack_list(hc)