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 IFCA/caso/#38
  • Loading branch information
alvarolopez committed Feb 27, 2017
1 parent e2133f8 commit e21f7c9
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 e21f7c9

Please sign in to comment.