Skip to content

Commit

Permalink
Merge "Cisco plugin CLI call to quantumclient CLI" into stable/essex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 18, 2012
2 parents 18c043c + 217434c commit 7906def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/plugins/cisco/client/cli.py
Expand Up @@ -192,7 +192,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():
Expand Down

0 comments on commit 7906def

Please sign in to comment.