Merge "Disable tempest"

This commit is contained in:
Jenkins 2015-09-22 11:50:51 +00:00 committed by Gerrit Code Review
commit 0afb01cf01
2 changed files with 5 additions and 2 deletions

View File

@ -154,7 +154,7 @@ _opts = [
help=('Whether to install Tuskar services in the Undercloud.')
),
cfg.BoolOpt('enable_tempest',
default=True,
default=False,
help=('Whether to install Tempest in the Undercloud.')
),
]

View File

@ -44,14 +44,17 @@
# Network interface on which inspection dnsmasq will listen. If in
# doubt, use the default value. (string value)
# Deprecated group/name - [DEFAULT]/discovery_interface
#inspection_interface = br-ctlplane
# Temporary IP range that will be given to nodes during the inspection
# process. Should not overlap with the range defined by dhcp_start
# and dhcp_end, but should be in the same network. (string value)
# Deprecated group/name - [DEFAULT]/discovery_iprange
#inspection_iprange = 192.0.2.100,192.0.2.120
# Whether to run benchmarks when inspecting nodes. (boolean value)
# Deprecated group/name - [DEFAULT]/discovery_runbench
#inspection_runbench = false
# Whether to enable the debug log level for Undercloud OpenStack
@ -63,7 +66,7 @@
#enable_tuskar = true
# Whether to install Tempest in the Undercloud. (boolean value)
#enable_tempest = true
#enable_tempest = false
[auth]