summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/clientmanager.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/openstackclient/common/clientmanager.py b/openstackclient/common/clientmanager.py
index ca5ece0d..85e367c4 100644
--- a/openstackclient/common/clientmanager.py
+++ b/openstackclient/common/clientmanager.py
@@ -30,6 +30,8 @@ LOG = logging.getLogger(__name__)
PLUGIN_MODULES = []
+USER_AGENT = 'python-openstackclient'
+
class ClientCache(object):
"""Descriptor class for caching created client handles."""
@@ -163,6 +165,7 @@ class ClientManager(object):
auth=self.auth,
session=request_session,
verify=self._verify,
+ user_agent=USER_AGENT,
)
return