Activity log for bug #1047617

Date Who What changed Old value New value Message
2012-09-07 20:14:56 Sumit Naiksatam bug added bug
2012-09-07 20:15:34 Sumit Naiksatam description I tried doing this and got an error: stack@d5:~/devstack$ quantum --debug net-create --tenant_id 1c6c41e329764d89993a3f92149198a0 --provider:network_type flat flat_net --shared True usage: quantum net-create [-h] [-f {shell,table}] [-c COLUMN] [--variable VARIABLE] [--prefix PREFIX] [--request-format {json,xml}] [--tenant-id tenant-id] [--admin-state-down] name ... quantum net-create: error: unrecognized arguments: --provider:network_type Then I changed ordering of the args, and it worked: stack@dd05:~/devstack$ quantum --debug net-create --tenant_id 1c6c41e329764d89993a3f92149198a0 flat_net --provider:network_type flat --shared True Created a new network: ... I tried doing this and got an error: stack@d5:~/devstack$ quantum --debug net-create --tenant_id 1c6c41e329764d89993a3f92149198a0 --provider:network_type flat flat_net --shared True usage: quantum net-create [-h] [-f {shell,table}] [-c COLUMN]                           [--variable VARIABLE] [--prefix PREFIX]                           [--request-format {json,xml}]                           [--tenant-id tenant-id] [--admin-state-down]                           name ... quantum net-create: error: unrecognized arguments: --provider:network_type Then I changed ordering of the args, and it worked: stack@d5:~/devstack$ quantum --debug net-create --tenant_id 1c6c41e329764d89993a3f92149198a0 flat_net --provider:network_type flat --shared True Created a new network: ...
2012-09-11 05:39:58 dan wendlandt bug added subscriber yong sheng gong
2012-09-11 06:21:05 yong sheng gong python-quantumclient: status New Invalid