osc-lib/osc_lib
David Hill 973e16960d Do not output log on bash autocomplete generation
Do not output log on bash autocomplete generation as it requires
manual sanitizing.   For instance, when running `openstack complete`,
it appends the following two lines:
~~~
complete -F _openstack openstack
2022-05-10 12:50:25.052 863 INFO osc_lib.shell [-] END return value: 0
~~~
and in the current .spec file, we manually remove the `complete -F`
line but we still get that LOG.info output in train at least.  This
behavior was not seen on master/wallaby.

Change-Id: Id99791831ffc145b10a0ec8c211a99f8a714fa0a
2022-05-10 12:52:15 -04:00
..
api Remove six library from dependencies 2020-05-07 11:11:09 +02:00
cli parseractions: Make key validation reusable 2021-03-05 12:37:54 +00:00
command Remove commandmanager subclass 2020-06-10 19:10:20 -05:00
tests Merge "Fixed test for interface key" 2022-03-07 15:18:21 +00:00
utils Replace allow_get check with allow_fetch 2022-01-17 15:19:38 +01:00
__init__.py Allow passing app_name and app_version for useragent 2016-10-20 10:13:03 +11:00
clientmanager.py Add support for SDK auth caching 2020-12-05 15:36:48 +01:00
exceptions.py Fix usage of NotFound exception 2019-08-08 14:42:23 +00:00
i18n.py Remove log translations 2017-03-21 00:41:17 -04:00
logs.py Backport log fix 2016-06-08 11:09:08 -05:00
shell.py Do not output log on bash autocomplete generation 2022-05-10 12:52:15 -04:00
version.py Allow passing app_name and app_version for useragent 2016-10-20 10:13:03 +11:00