
The patch: https://review.openstack.org/#/c/371962/ introduced a new extension cisco_apic_gbp_segmentation_label, for the apic policy drivers. An extension attribute: segmentation_labels, that extends the Policy Target definition, is being introduced in that extension. The segementation_labels attribute is a list of strings. This patch introduces a CLI option: --segmentation-labels for the policy_target create and update operations. This CLI option accepts a comma separated string as the option value. Change-Id: I7ae44111bbe06332f2a2271094ab21c437a40658
21 lines
892 B
Plaintext
21 lines
892 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.
|
|
hacking<0.11,>=0.10.0
|
|
|
|
# REVISIT: After mitaka release remove this dependency on python-neutronclient and add a dependency on release version inside requirements.txt
|
|
-e git+https://git.openstack.org/openstack/python-neutronclient@stable/mitaka#egg=neutronclient
|
|
cliff-tablib>=1.0
|
|
coverage>=3.6 # Apache-2.0
|
|
fixtures>=1.3.1 # Apache-2.0/BSD
|
|
httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3
|
|
mox3>=0.7.0 # Apache-2.0
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
python-keystoneclient<=3.2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
requests-mock>=0.7.0 # Apache-2.0
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|