
Adding the callback mechanism to neutron-lib. Added code, test, and devref. Added additional test coverage. Added missing __init__.py files so tests are run. Needed oslo.log added to requirements. Once this is upstreamed, we can modify the callback mechanism. Change-Id: Ib16f3942e8ac2ddbfc8ff6919863ec9ad197e5b6 Implements: blueprint neutron-lib
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=1.6
|
|
Babel>=1.3
|
|
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
|
oslo.log>=1.12.0 # Apache-2.0
|
|
oslo.utils>=2.8.0 # Apache-2.0
|