From dbc06251f49f45bced55f553189d0d18d72003c3 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Tue, 2 Jun 2015 08:34:25 -0400 Subject: [PATCH] Update heat_integrationtests.conf.sample This patch update default values in heat_integrationtests.conf.sample, which were changed in patch Ia863edb8932b8dea5c4fa110c97dcfdadca85bb9 Change-Id: I8b239014e58e3f1a6b1794274ad438049e22c674 --- heat_integrationtests/heat_integrationtests.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/heat_integrationtests/heat_integrationtests.conf.sample b/heat_integrationtests/heat_integrationtests.conf.sample index 5a89910e5..6d7cb0a6d 100644 --- a/heat_integrationtests/heat_integrationtests.conf.sample +++ b/heat_integrationtests/heat_integrationtests.conf.sample @@ -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