yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #42708
[Bug 1520271] Re: L3's metadata fail to run on Python 2.7.5 when metadata_proxy_watch_log=True
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1520271
Title:
L3's metadata fail to run on Python 2.7.5 when
metadata_proxy_watch_log=True
Status in neutron:
Fix Released
Bug description:
Following [1], Neutron depends on WatchedFileHandler having a 'delay' property. This attribute is not defined in Python's API [2] but Neutron depends on it anyway.
In Python 2.7.6 and later versions (like the one running at the gate), this attribute exists, but in 2.7.5 and below it does not, causing metadata to not run.
[1]: https://review.openstack.org/#/c/161494/18
[2]: https://docs.python.org/2/library/logging.handlers.html#watchedfilehandler
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1520271/+subscriptions
References