osprofiler/osprofiler/cmd
francotseng 6c035399ad Bring env OSPROFILER_CONNECTION_STRING into effect
The --connection-string is marked required, and parse_args()
assumes the flag invalid if it's not supplied as command line
argument, even if env OSPROFILER_CONNECTION_STRING is setted.

We should not rely on the required=True of argparse module,
but check the required args on our own to take env arguments
into consideration.

Change-Id: I50f5f369ec41ddc82f9b66f5910b7805940fb387
(cherry picked from commit ede0ec402e)
2019-07-01 03:43:02 +00:00
..
__init__.py Add entry point for OSProfiler, that display traces 2014-08-01 17:24:30 +03:00
cliutils.py Add hacking rules & fix hacking issues 2015-11-23 01:42:00 -08:00
commands.py Bring env OSPROFILER_CONNECTION_STRING into effect 2019-07-01 03:43:02 +00:00
shell.py Remove Ceilometer support 2018-01-18 12:01:09 +01:00
template.html Add filter for OSprofiler html output 2018-01-02 06:24:56 +00:00