← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1189121] Re: weak point instat middleware

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

** Changed in: keystone
    Milestone: None => havana-2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1189121

Title:
  weak point      instat middleware

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  In StatsMiddleware::_resolve_api

  if str(CONF.admin_port) in host:
              return 'admin'
  elif str(CONF.public_port) in host:
              return 'public'

  If public_port = 5000, admin_port = 35000, then all requests would be
  stated as 'admin'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1189121/+subscriptions