Merge "Make test_tagged_attachment wait for SSHABLE"
diff --git a/tempest/config.py b/tempest/config.py
index 0f509fb..b4d4891 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -876,7 +876,7 @@
cfg.StrOpt('qos_placement_physnet', default=None,
help='Name of the physnet for placement based minimum '
'bandwidth allocation.'),
- cfg.StrOpt('provider_net_base_segmentation_id', default=3000,
+ cfg.StrOpt('provider_net_base_segmentation_id', default='3000',
help='Base segmentation ID to create provider networks. '
'This value will be increased in case of conflict.'),
cfg.BoolOpt('qos_min_bw_and_pps', default=False,