Update heat_integrationtests.conf.sample

This patch update default values in heat_integrationtests.conf.sample,
which were changed in patch Ia863edb8932b8dea5c4fa110c97dcfdadca85bb9

Change-Id: I8b239014e58e3f1a6b1794274ad438049e22c674
This commit is contained in:
Sergey Kraynev 2015-06-02 08:34:25 -04:00
parent a54c655141
commit dbc06251f4
1 changed files with 3 additions and 3 deletions

View File

@ -50,10 +50,10 @@
#build_timeout = 1200
# Network used for SSH connections. (string value)
#network_for_ssh = private
#network_for_ssh = heat-net
# Visible fixed network name (string value)
#fixed_network_name = private
#fixed_network_name = heat-net
# Visible floating network name (string value)
#floating_network_name = public
@ -64,7 +64,7 @@
#boot_config_env = heat_integrationtests/scenario/templates/boot_config_none_env.yaml
# Visible fixed sub-network name (string value)
#fixed_subnet_name = private-subnet
#fixed_subnet_name = heat-subnet
# Timeout in seconds to wait for authentication to succeed. (integer value)
#ssh_timeout = 300