]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Makes the Extension loader behavior predictable
authorarmando-migliaccio <armamig@gmail.com>
Thu, 6 Mar 2014 20:40:38 +0000 (12:40 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Thu, 6 Mar 2014 20:44:27 +0000 (12:44 -0800)
commit7262ba713b50ab07a932ab7c8acf7ba1d838ff53
tree277ba757ce6020c1793ee095d7eab8f280ba03de
parent8d7071111eed6fe2760af2936be0a8457a8da7ca
Makes the Extension loader behavior predictable

When using a cluster of load-balanced Neutron Servers,
the order of extension files being loaded may differ
from one server to another. This is usually harmless,
but it is better to force the list to be loaded in the
same way across the entire cluster, just in case
something funky is going on.

Partial-bug: #1285999

Change-Id: Ib0bfd24fc52b6cd9f90c350d3af496f04a90f50a
neutron/api/extensions.py