← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2098980] [NEW] "openstack port list -c" showing non existing columns

 

Public bug reported:

On devstack latest master for neutron and openstackclient.

When using any non existing column name such as "openstack port list -c FOO" getting empty table output [1], also very similar to legit options may return empty table - may confuse user as misinformation.
While other such as network - "openstack network list -c FOO" raises error and shows correct possible column options, `port list` should be handled similarly.

[1]
`
openstack port list -c "FOO"
+-----+
| FOO |
+-----+
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
|     |
+-----+
`

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: low-hanging-fruit

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2098980

Title:
  "openstack port list -c" showing non existing columns

Status in neutron:
  New

Bug description:
  On devstack latest master for neutron and openstackclient.

  When using any non existing column name such as "openstack port list -c FOO" getting empty table output [1], also very similar to legit options may return empty table - may confuse user as misinformation.
  While other such as network - "openstack network list -c FOO" raises error and shows correct possible column options, `port list` should be handled similarly.

  [1]
  `
  openstack port list -c "FOO"
  +-----+
  | FOO |
  +-----+
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  |     |
  +-----+
  `

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2098980/+subscriptions



Follow ups