Comment 0 for bug 1438518

Revision history for this message
Preeti Mirji (preeti-mirji) wrote :

Error message displayed is not correct when we provide invalid syntax in neutron commands.

neutron router-create r1 ----distributed True
'Namespace' object has no attribute ''

Expected: error: unrecognized arguments: ----distributed

neutron router-create r1 ---distributed True
'Namespace' object has no attribute '_distributed'

Expected: error: unrecognized arguments: ---distributed

net-create net1 ----tenant-id 123
'Namespace' object has no attribute ''

Expected: error: unrecognized arguments: Expected: error: unrecognized arguments: