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:
Steve Baker
2014-02-10 10:26:42 +13:00
parent a2ff9eaeed
commit a85d7d1000

View File

@@ -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)