Reviewed: https://review.openstack.org/634238 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e531b7babea5738b375d0dc59ef6f61a46fe543d Submitter: Zuul Branch: master
commit e531b7babea5738b375d0dc59ef6f61a46fe543d Author: Michal Arbet <[email protected]> Date: Fri Jan 11 17:55:40 2019 +0100 Fix osprofiler support in horizon This patch is fixing usage of osprofiler in horizon. It has been merged once, but after merge to master, manage.py compress starts to fail with python2.7. This fail was caused by "TypeError: 'encoding' is an invalid keyword argument for this function" which is now fixed by using six library. Change-Id: I21aa8d49833bef9e7673958d15674faec82a0925 Closes-Bug: #1814028 Related-Bug: #1811261 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1814028 Title: manage.py compress fails after osprofiler fix was merged Status in OpenStack Dashboard (Horizon): Fix Released Bug description: manage.py compress starts to fail *with python2.7* after osprofiler fix https://review.openstack.org/#/c/630372/ was merged. http://logs.openstack.org/98/634098/1/check/horizon-dsvm-tempest- plugin- py27/15ac3f3/controller/logs/devstacklog.txt.gz#_2019-01-31_05_27_45_055 http://paste.openstack.org/show/744285/ Note that this happens only for python 2.7. It works well for python 3 environments. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1814028/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

