yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60744
[Bug 1658639] Re: Regex in ec2/utils.py is wrong
** Also affects: python-keystoneclient
Importance: Undecided
Status: New
** No longer affects: keystone
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1658639
Title:
Regex in ec2/utils.py is wrong
Status in python-keystoneclient:
New
Bug description:
The following
strip_port = re.match('Boto/2.[0-9].[0-2]', user_agent)
should be
strip_port = re.match('Boto/2\.[0-9]\.[0-2]', user_agent)
as the "." may match anything, like: "Boto/2x0t2".
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1658639/+subscriptions
References