Skip to content

Commit bb3605b

Browse files
committed
Include "OpenStack" string in the user agent
EGI's accounting team requires that we put "OpenStack" in the UA string. closes #38
1 parent 50e1dee commit bb3605b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
__version__ = pbr.version.VersionInfo(
2121
'caso').version_string()
2222

23-
user_agent = "caso/%s" % __version__
23+
user_agent = "caso/%s (OpenStack)" % __version__

0 commit comments

Comments
 (0)