tests for port-resource-request
Change-Id: Ib72b01cb25ccdaa00b2b364dca7f8e485aaaf46b
Depends-On: https://review.openstack.org/590363
Partial-Bug: #1578989
See-Also: https://review.openstack.org/502306 (nova spec)
See-Also: https://review.openstack.org/508149 (neutron spec)
diff --git a/neutron_tempest_plugin/config.py b/neutron_tempest_plugin/config.py
index 1bc9617..6217456 100644
--- a/neutron_tempest_plugin/config.py
+++ b/neutron_tempest_plugin/config.py
@@ -21,6 +21,10 @@
cfg.ListOpt('provider_vlans',
default=[],
help='List of provider networks available in the deployment.'),
+ cfg.IntOpt('provider_net_base_segm_id',
+ default=3000,
+ help='Base segmentation ID to create provider networks. '
+ 'This value will be increased in case of conflict.'),
cfg.BoolOpt('specify_floating_ip_address_available',
default=True,
help='Allow passing an IP Address of the floating ip when '