Merge "Define shell.COMMANDS explicitly to avoid random UT failure" into stable/pike
This commit is contained in:
@@ -103,6 +103,9 @@ def check_non_negative_int(value):
|
|||||||
return value
|
return value
|
||||||
|
|
||||||
|
|
||||||
|
COMMANDS = {}
|
||||||
|
|
||||||
|
|
||||||
# NOTE(amotoki): This is only to provide compatibility
|
# NOTE(amotoki): This is only to provide compatibility
|
||||||
# to existing neutron CLI extensions. See bug 1706573 for detail.
|
# to existing neutron CLI extensions. See bug 1706573 for detail.
|
||||||
def _set_commands_dict_for_compat(apiversion, command_manager):
|
def _set_commands_dict_for_compat(apiversion, command_manager):
|
||||||
|
|||||||
Reference in New Issue
Block a user