X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=escalator.git;a=blobdiff_plain;f=client%2Fescalatorclient%2Fcommon%2Fhttp.py;fp=client%2Fescalatorclient%2Fcommon%2Fhttp.py;h=36a215753820618de750c7c3f75447b37d2ba668;hp=301eedbbf5546534a9fa811fa2987715d28638f7;hb=4d83093923afb9feb3372d993f1743a715bf7640;hpb=74c631c6dae08d463f0d4c3953a1addcb187d090 diff --git a/client/escalatorclient/common/http.py b/client/escalatorclient/common/http.py index 301eedb..36a2157 100644 --- a/client/escalatorclient/common/http.py +++ b/client/escalatorclient/common/http.py @@ -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