Merge "Add handler for heatclient.common.http"

This commit is contained in:
Jenkins
2013-09-11 20:48:34 +00:00
committed by Gerrit Code Review

View File

@@ -41,6 +41,8 @@ from heatclient import exc
LOG = logging.getLogger(__name__)
if not LOG.handlers:
LOG.addHandler(logging.StreamHandler())
USER_AGENT = 'python-heatclient'
CHUNKSIZE = 1024 * 64 # 64kB