Browse code

Set fixed_network_name in Tempest config

This previously defatuled to 'private' and aligned with devstack's
defaults but it has since been updated to 'None'. This sets the config
value according to devstack's.

Change-Id: I3f480d5480521a93992bedfe602eb20a4999263d
Closes-bug: #1438415

Adam Gandelman authored on 2015/03/31 06:25:27
Showing 1 changed files
... ...
@@ -331,6 +331,7 @@ function configure_tempest {
331 331
     iniset $TEMPEST_CONFIG compute flavor_ref $flavor_ref
332 332
     iniset $TEMPEST_CONFIG compute flavor_ref_alt $flavor_ref_alt
333 333
     iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
334
+    iniset $TEMPEST_CONFIG compute fixed_network_name $PRIVATE_NETWORK_NAME
334 335
 
335 336
     # Compute Features
336 337
     # Run ``verify_tempest_config -ur`` to retrieve enabled extensions on API endpoints