← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1354509] [NEW] Glance requirements.txt for osprofiler too loose

 

Public bug reported:

Need to be set to osprofiler>=0.3.0 after change
https://review.openstack.org/#/c/105635/22

0.3.0
def __init__(self, application, hmac_keys, enabled=False):
https://github.com/stackforge/osprofiler/blob/0.3.0/osprofiler/web.py

0.2.5
def __init__(self, application, hmac_key, enabled=False):
https://github.com/stackforge/osprofiler/blob/0.2.5/osprofiler/web.py

** Affects: glance
     Importance: Undecided
         Status: New

** Affects: tripleo
     Importance: Undecided
         Status: Confirmed

** Also affects: tripleo
   Importance: Undecided
       Status: New

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

Title:
  Glance requirements.txt for osprofiler too loose

Status in OpenStack Image Registry and Delivery Service (Glance):
  New
Status in tripleo - openstack on openstack:
  Confirmed

Bug description:
  Need to be set to osprofiler>=0.3.0 after change
  https://review.openstack.org/#/c/105635/22

  0.3.0
  def __init__(self, application, hmac_keys, enabled=False):
  https://github.com/stackforge/osprofiler/blob/0.3.0/osprofiler/web.py

  0.2.5
  def __init__(self, application, hmac_key, enabled=False):
  https://github.com/stackforge/osprofiler/blob/0.2.5/osprofiler/web.py

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


Follow ups

References