Skip to content

Commit

Permalink
Set fixed_network_name in Tempest config
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gandelman-a committed Mar 30, 2015
1 parent 206c596 commit 84ee55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tempest
Expand Up @@ -331,6 +331,7 @@ function configure_tempest {
iniset $TEMPEST_CONFIG compute flavor_ref $flavor_ref
iniset $TEMPEST_CONFIG compute flavor_ref_alt $flavor_ref_alt
iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
iniset $TEMPEST_CONFIG compute fixed_network_name $PRIVATE_NETWORK_NAME

# Compute Features
# Run ``verify_tempest_config -ur`` to retrieve enabled extensions on API endpoints
Expand Down

0 comments on commit 84ee55b

Please sign in to comment.