Update tempest config for current master

* Removes some deprecated options
* Removes some options where we set the default
* Removes compute-admin options in favor of the corresponding
  options in the identity section.
* Moves oslo-concurrency options to their own section
* Removes orchestration/build_timeout where upstream build_timeout is
  1200 but we had set 900.

Change-Id: Ie966b96e86fa25b769a108cfaebf96b76c5a9f62
Implements: blueprint master-kilofication
This commit is contained in:
Hugh Saunders 2015-04-07 11:57:54 +01:00
parent 39d92839d9
commit baa4346c01

View File

@ -1,8 +1,6 @@
# {{ ansible_managed }}
[DEFAULT]
disable_process_locking = false
lock_path = {{ tempest_git_dest }}/locks
debug = {{ debug }}
verbose = {{ verbose }}
fatal_deprecations = {{ tempest_fatal_deprecations }}
@ -66,16 +64,8 @@ use_floatingip_for_ssh = true
volume_device_name = vdb
[compute-admin]
password = {{ keystone_auth_admin_password }}
tenant_name = {{ keystone_service_tenant_name }}
username = {{ keystone_service_user_name }}
[compute-feature-enabled]
api_extensions = all
api_v3 = false
api_v3_extensions = all
block_migrate_cinder_iscsi = false
block_migration_for_live_migration = false
change_password = false
@ -107,7 +97,6 @@ dashboard_url = {{ tempest_dashboard_url }}
[debug]
enable = true
[identity]
@ -176,8 +165,6 @@ ipv6 = false
[object-storage]
catalog_type = object-store
container_sync_interval = 5
container_sync_timeout = 120
endpoint_type = internalURL
operator_role = swiftoperator
reseller_admin_role = reseller_admin
@ -190,11 +177,7 @@ discoverable_apis = all
[orchestration]
build_interval = 1
build_timeout = 900
catalog_type = orchestration
endpoint_type = internalURL
image_ref = {{ tempest_glance_image_id }}
instance_type = tempest1
@ -250,3 +233,16 @@ api_v2 = false
backup = false
multi_backend = false
snapshot = false
[oslo_concurrency]
# Enables or disables inter-process locks. (boolean value)
# Deprecated group/name - [DEFAULT]/disable_process_locking
disable_process_locking = false
# Directory to use for lock files. For security, the specified
# directory should only be writable by the user running the processes
# that need locking. Defaults to environment variable OSLO_LOCK_PATH.
# If external locks are used, a lock path must be set. (string value)
# Deprecated group/name - [DEFAULT]/lock_path
lock_path = {{ tempest_git_dest }}/locks