22a944bd31
To be able to use the same JSON RPC implementation for ironic-inspector, it is now imported in ironic-lib. Some additional abstraction laters are added to avoid hard dependency on oslo.context and oslo.messaging. Change-Id: I0e790cebcd086d26bf27b909f73842c3f46bbd77
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
# This file mirrors all extra requirements from setup.cfg and must be kept
|
|
# in sync. It is used both in unit tests and when building docs.
|
|
keystoneauth1>=4.2.0 # Apache-2.0
|
|
os-service-types>=1.2.0 # Apache-2.0
|
|
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
|