9e078d4a5c
This patch adds a new driver type used to determine Neutron subnet that should be used for Kubernetes pods' ports. This patch also provides a default subnet driver implementation that uses a subnet set in configuration file. This patch also introduces the 'os_vif_util' module that contains functions to translate data structures returned by Neutron client to os-vif objects. Only the subnet-related functions are added in this patch. Change-Id: I643b22858239ce7f64e6ba81822b31e788fc9990 Partially-Implements: blueprint kuryr-k8s-integration
18 lines
630 B
Plaintext
18 lines
630 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.
|
|
|
|
-e git://github.com/openstack/kuryr.git@master#egg=kuryr_lib
|
|
pbr>=1.6 # Apache-2.0
|
|
requests>=2.10.0 # Apache-2.0
|
|
eventlet!=0.18.3,>=0.18.2 # MIT
|
|
oslo.config>=3.14.0 # Apache-2.0
|
|
oslo.i18n>=2.1.0 # Apache-2.0
|
|
oslo.log>=3.11.0 # Apache-2.0
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
|
oslo.service>=1.10.0 # Apache-2.0
|
|
oslo.utils>=3.16.0 # Apache-2.0
|
|
os-vif>=1.3.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
stevedore>=1.17.1 # Apache-2.0
|