Skip to content

Commit

Permalink
Include "OpenStack" string in the user agent
Browse files Browse the repository at this point in the history
EGI's accounting team requires that we put "OpenStack" in the UA string.

closes #38
  • Loading branch information
alvarolopez committed Feb 27, 2017
1 parent 50e1dee commit bb3605b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
__version__ = pbr.version.VersionInfo(
'caso').version_string()

user_agent = "caso/%s" % __version__
user_agent = "caso/%s (OpenStack)" % __version__

0 comments on commit bb3605b

Please sign in to comment.