Public bug reported: 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 ** Affects: neutron Importance: Undecided Status: New ** Summary changed: - L3's metadata functional tests fail on Python 2.7.5 + L3's metadata fail to run on Python 2.7.5 when metadata_proxy_watch_log=True -- 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: New 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 -- 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

