openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #14206
quantumv2 command error
Hi,
I'm testing the new quantum API according to the wiki:
http://wiki.openstack.org/RunningQuantumV2Api
But I got some ERROR report when executing the command of quantumv2.
Who can help me on this? Thanks
openstack@ubuntu:/opt/stack/devstack$ keystone tenant-list
+----------------------------------+--------------------+---------+
| id | name | enabled |
+----------------------------------+--------------------+---------+
| 0afb2c2149a947709079878f0b092f68 | demo | True |
| 36bac58501b349a88444136629d8a9ce | service | True |
| 4302dd05187d423cac76e7b447f41775 | admin | True |
| c0cbc7bef9344b0db0a78d1e392feeb3 | invisible_to_admin | True |
+----------------------------------+--------------------+---------+
openstack@ubuntu:/opt/stack/devstack$ quantumv2 --os-token ADMIN --os-url
http://localhost:9696/ create_net --tenant-id
0afb2c2149a947709079878f0b092f68 mynet
ERROR: quantumclient.shell initialize_app() takes exactly 1 argument (2
given)
-Zhang Hua
Follow ups