Add optional args arg back to do_list
Without this change "heat list" does not work. Change-Id: Ie0bc4d0964fcb9d7a5e3271b739f053eb1c701fd Closes-Bug: #1278178
This commit is contained in:
@@ -229,7 +229,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user