there is useless 'u' in the wrong info when execute a wrong neutron command
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cliff |
Confirmed
|
Low
|
linwei,wu |
Bug Description
[Summary]
there is useless 'u' in the wrong info when execute a wrong neutron command
[Topo]
devstack all-in-one node
[Description and expect result]
no useless 'u' in the wrong info when execute a wrong neutron command
[Reproduceable or not]
reproduceable
[Recreate Steps]
1) there is useless 'u' in the wrong info when execute a wrong neutron command:
root@45-
Unknown command [u'wrongcmd'] >>>ISSUE
root@45-
2)below is a correct example for reference:
root@45-
usage: keystone [--version] [--debug] [--os-username <auth-user-name>]
keystone: error: argument <subcommand>: invalid choice: 'wrongcmd'
[Configration]
reproduceable bug, no need
[logs]
reproduceable bug, no need
[Root cause anlyze or debug inf]
reproduceable bug
[Attachment]
None
Changed in neutron: | |
assignee: | nobody → Ayush Garg (ayushgrg93) |
Changed in python-neutronclient: | |
status: | New → Confirmed |
importance: | Undecided → Low |
I have one node devstack
with keystone and neutron origin/master.
i see the correct output you showed in 2).
is this really a neutron bug ?