Merge "The code using 'python-escalatorclient' as the client's package name. But...
[escalator.git] / client / escalatorclient / common / http.py
index 301eedb..36a2157 100644 (file)
@@ -45,7 +45,7 @@ if not hasattr(parse, 'parse_qsl'):
 osprofiler_web = importutils.try_import("osprofiler.web")
 
 LOG = logging.getLogger(__name__)
-USER_AGENT = 'python-escalatorclient'
+USER_AGENT = 'escalatorclient'
 CHUNKSIZE = 1024 * 64  # 64kB