|
...
|
...
|
@@ -329,6 +329,9 @@ function configure_tempest {
|
|
329
|
329
|
iniset $TEMPEST_CONFIG compute flavor_ref $flavor_ref
|
|
330
|
330
|
iniset $TEMPEST_CONFIG compute flavor_ref_alt $flavor_ref_alt
|
|
331
|
331
|
iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
|
|
|
332
|
+ # set the equiv validation option here as well to ensure they are
|
|
|
333
|
+ # in sync. They shouldn't be separate options.
|
|
|
334
|
+ iniset $TEMPEST_CONFIG validation connect_method $ssh_connect_method
|
|
332
|
335
|
if [[ ! $(is_service_enabled n-cell) && ! $(is_service_enabled neutron) ]]; then
|
|
333
|
336
|
iniset $TEMPEST_CONFIG compute fixed_network_name $PRIVATE_NETWORK_NAME
|
|
334
|
337
|
fi
|