ironic/releasenotes/notes/remove-verbose-option-261f1b9e24212ee2.yaml
Jim Rollenhagen ae216f58e4 Remove verbose option
This was deprecated in Liberty in oslo.log, and was recently removed.
Remove it here so we're not completely broken when this releases.

http://git.openstack.org/cgit/openstack/oslo.log/commit/?id=7c671ea77f4d7701d0def9a9e17b6c49310ca438

Change-Id: I8143cc1dfc52decef245b8b23740766dcf3456ad
2016-05-17 07:44:44 -04:00

11 lines
459 B
YAML

---
upgrade:
- The 'verbose' configuration option was removed,
consequently the "--verbose, -v" parameter from all
command lines was also removed. This affects the
ironic-api, ironic-conductor, ironic-dbsync, and
ironic-rootwrap commands. The verbose config/parameter
was originally a shortcut to set the log level to INFO, however
the log level has defaulted to INFO since this option was
deprecated, so this option was a noop.