neutron-db-manage returns SUCCESS on wrong subproject name
Bug #1898015 reported by
Radosław Piliszek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Confirmed
|
Low
|
Unassigned | ||
oslo.config |
New
|
Undecided
|
Unassigned |
Bug Description
(neutron-
argument --subproject: Invalid String(
(neutron-
0
Tested Train and Victoria, possibly behaved like this since forever.
tags: | added: usabi |
Changed in neutron: | |
status: | New → Confirmed |
importance: | Undecided → Low |
tags: |
added: usability removed: usabi |
To post a comment you must log in.
The 0 return code comes from here as I see: /opendev. org/openstack/ oslo.config/ src/commit/ dce2afd7898d618 336e1859283bced ea8336a7a2/ oslo_config/ cfg.py# L2960
https:/
raise SystemExit(2) or raise SystemExit('foo') should give what you expect.
I am not sure if it is intentionally not using argument for SystemExit.