openstacksdk/examples
Monty Taylor da2406bace
Rationalize logging helpers and docs
shade and openstacksdk each have a logging doc and a logging setup helper
function. They both basically do the same thing, and we have a TODO item
about collapsing them.

This moves openstack.utils.enable_logging to openstack.enable_logging
(leaving behind a compat piece at openstack.utils.enable_logging) It
adds the shade functionality to it, and also changes the behavior to
match shade's WRT behavior when no parameters are passed (defaults to
logging to stdout)

Update the codebase to call openstack._log.setup_logging instead of
logging.getLogger directly, as setup_logging attaches a NullHandler by
default.

Collapse the docs into a single document.

There were only two places where openstacksdk was already logging to
something other than 'openstack'. Collapse those down to 'openstack'
until we come up with a reason to break them out more logically.

Change-Id: I45fd5ffd18255450d38a1f56c80f5c157ea19ae3
2018-01-16 14:46:44 -06:00
..
cloud Rationalize logging helpers and docs 2018-01-16 14:46:44 -06:00
clustering Merge user and users sections of the docs 2018-01-15 19:19:50 -06:00
compute Fix compute tests for resource.prop ID attributes 2016-02-15 09:15:21 -06:00
identity Added project role assignment 2017-02-06 09:55:11 +02:00
image Merge user and users sections of the docs 2018-01-15 19:19:50 -06:00
key_manager Refactor Key Manager for resource2 2016-08-24 15:58:51 -04:00
network Deprecate port and ping methods in Network proxy 2017-02-15 08:05:19 -05:00
__init__.py Add some sample scripts 2014-04-30 09:43:08 -06:00
connect.py Rename CloudConfig to CloudRegion 2018-01-09 11:56:04 -06:00