Cisco plugin CLI call to quantumclient CLI

when Cisco plugin CLI is used, it wil call the quantumclient CLI if the command is not in its extensions.
the version of the Quantum API must be specified when the the Cisco plugin CLI is looking for Quantum commands.

Bug 1000251

Change-Id: I3e4039edb7cb79411fc60677ef6f99fca8007dc9
This commit is contained in:
mat 2012-05-16 16:16:43 +02:00
parent ae73d02714
commit 77df8ddc47
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ def main():
sys.exit(1)
CMD = args[0]
if CMD in qcli.commands.keys():
if CMD in qcli.commands['1.1'].keys():
qcli.main()
sys.exit(1)
if CMD not in COMMANDS.keys():