~ubuntu-branches/ubuntu/wily/heat/wily

« back to all changes in this revision

Viewing changes to heat_integrationtests/heat_integrationtests.conf.sample

  • Committer: Package Import Robot
  • Author(s): Corey Bryant, Corey Bryant, James Page
  • Date: 2015-07-07 17:06:19 UTC
  • mfrom: (1.1.26) (45.1.1 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20150707170619-hra2dbjpfofpou4s
Tags: 1:5.0.0~b1-0ubuntu1
[ Corey Bryant ]
* New upstream milestone for OpenStack Liberty:
  - d/control: Align (build-)depends with upstream.
  - d/p/fix-requirements.patch: Rebased.
  - d/p/sudoers_patch.patch: Rebased.

[ James Page ]
* d/s/options: Ignore any removal of egg-info data during package clean.
* d/control: Drop MySQL and PostgreSQL related BD's, not required for unit
  testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#build_timeout = 1200
51
51
 
52
52
# Network used for SSH connections. (string value)
53
 
#network_for_ssh = private
 
53
#network_for_ssh = heat-net
54
54
 
55
55
# Visible fixed network name  (string value)
56
 
#fixed_network_name = private
 
56
#fixed_network_name = heat-net
57
57
 
58
58
# Visible floating network name  (string value)
59
59
#floating_network_name = public
64
64
#boot_config_env = heat_integrationtests/scenario/templates/boot_config_none_env.yaml
65
65
 
66
66
# Visible fixed sub-network name  (string value)
67
 
#fixed_subnet_name = private-subnet
 
67
#fixed_subnet_name = heat-subnet
68
68
 
69
69
# Timeout in seconds to wait for authentication to succeed. (integer value)
70
70
#ssh_timeout = 300