{"body":"[DEFAULT]\n\n#\n# From oslo.log\n#\n\n# If set to true, the logging level will be set to DEBUG instead of\n# the default INFO level. (boolean value)\n# Note: This option can be changed without restarting.\n#debug = false\n\n# DEPRECATED: If set to false, the logging level will be set to\n# WARNING instead of the default INFO level. (boolean value)\n# This option is deprecated for removal.\n# Its value may be silently ignored in the future.\n#verbose = true\n\n# The name of a logging configuration file. This file is appended to\n# any existing logging configuration files. For details about logging\n# configuration files, see the Python logging module documentation.\n# Note that when logging configuration files are used then all logging\n# configuration is set in the configuration file and other logging\n# configuration options are ignored (for example,\n# logging_context_format_string). (string value)\n# Deprecated group/name - [DEFAULT]/log_config\n#log_config_append = <None>\n\n# Defines the format string for %%(asctime)s in log records. Default:\n# %(default)s . This option is ignored if log_config_append is set.\n# (string value)\n#log_date_format = %Y-%m-%d %H:%M:%S\n\n# (Optional) Name of log file to send logging output to. If no default\n# is set, logging will go to stderr as defined by use_stderr. This\n# option is ignored if log_config_append is set. (string value)\n# Deprecated group/name - [DEFAULT]/logfile\n#log_file = <None>\n\n# (Optional) The base directory used for relative log_file  paths.\n# This option is ignored if log_config_append is set. (string value)\n# Deprecated group/name - [DEFAULT]/logdir\n#log_dir = <None>\n\n# Uses logging handler designed to watch file system. When log file is\n# moved or removed this handler will open a new log file with\n# specified path instantaneously. It makes sense only if log_file\n# option is specified and Linux platform is used. This option is\n# ignored if log_config_append is set. (boolean value)\n#watch_log_file = false\n\n# Use syslog for logging. Existing syslog format is DEPRECATED and\n# will be changed later to honor RFC5424. This option is ignored if\n# log_config_append is set. (boolean value)\n#use_syslog = false\n\n# Syslog facility to receive log lines. This option is ignored if\n# log_config_append is set. (string value)\n#syslog_log_facility = LOG_USER\n\n# Log output to standard error. This option is ignored if\n# log_config_append is set. (boolean value)\n#use_stderr = true\n\n# Format string to use for log messages with context. (string value)\n#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s\n\n# Format string to use for log messages when context is undefined.\n# (string value)\n#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s\n\n# Additional data to append to log message when logging level for the\n# message is DEBUG. (string value)\n#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d\n\n# Prefix each line of exception output with this format. (string\n# value)\n#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s\n\n# Defines the format string for %(user_identity)s that is used in\n# logging_context_format_string. (string value)\n#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s\n\n# List of package logging levels in logger=LEVEL pairs. This option is\n# ignored if log_config_append is set. (list value)\n#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO\n\n# Enables or disables publication of error events. (boolean value)\n#publish_errors = false\n\n# The format for an instance that is passed with the log message.\n# (string value)\n#instance_format = \"[instance: %(uuid)s] \"\n\n# The format for an instance UUID that is passed with the log message.\n# (string value)\n#instance_uuid_format = \"[instance: %(uuid)s] \"\n\n# Enables or disables fatal status of deprecations. (boolean value)\n#fatal_deprecations = false\n\n#\n# From tempest.config\n#\n\n# Prefix to be added when generating the name for test resources. It\n# can be used to discover all resources associated with a specific\n# test run when running tempest on a real-life cloud (string value)\n#resources_prefix = tempest\n\n\n[auth]\n\nadmin_tenant_name = admin\nadmin_username = admin\nadmin_password = password\n\n#\n# From tempest.config\n#\n\n# Path to the yaml file that contains the list of credentials to use\n# for running tests. If used when running in parallel you have to make\n# sure sufficient credentials are provided in the accounts file. For\n# example if no tests with roles are being run it requires at least `2\n# * CONC` distinct accounts configured in  the `test_accounts_file`,\n# with CONC == the number of concurrent test processes. (string value)\n#test_accounts_file = <None>\n\n# Allows test cases to create/destroy projects and users. This option\n# requires that OpenStack Identity API admin credentials are known. If\n# false, isolated test cases and parallel execution, can still be\n# achieved configuring a list of test accounts (boolean value)\n# Deprecated group/name - [auth]/allow_tenant_isolation\n# Deprecated group/name - [compute]/allow_tenant_isolation\n# Deprecated group/name - [orchestration]/allow_tenant_isolation\n#use_dynamic_credentials = true\n\n# Roles to assign to all users created by tempest (list value)\n#tempest_roles =\n\n# Default domain used when getting v3 credentials. This is the name\n# keystone uses for v2 compatibility. (string value)\n# Deprecated group/name - [auth]/tenant_isolation_domain_name\n#default_credentials_domain_name = Default\n\n# If use_dynamic_credentials is set to True and Neutron is enabled\n# Tempest will try to create a usable network, subnet, and router when\n# needed for each project it creates. However in some neutron\n# configurations, like with VLAN provider networks, this doesn't work.\n# So if set to False the isolated networks will not be created\n# (boolean value)\n#create_isolated_networks = true\n\n# Username for an administrative user. This is needed for\n# authenticating requests made by project isolation to create users\n# and projects (string value)\n# Deprecated group/name - [identity]/admin_username\n#admin_username = <None>\n\n# Project name to use for an administrative user. This is needed for\n# authenticating requests made by project isolation to create users\n# and projects (string value)\n# Deprecated group/name - [auth]/admin_tenant_name\n# Deprecated group/name - [identity]/admin_tenant_name\n#admin_project_name = <None>\n\n# Password to use for an administrative user. This is needed for\n# authenticating requests made by project isolation to create users\n# and projects (string value)\n# Deprecated group/name - [identity]/admin_password\n#admin_password = <None>\n\n# Admin domain name for authentication (Keystone V3).The same domain\n# applies to user and project (string value)\n# Deprecated group/name - [identity]/admin_domain_name\n#admin_domain_name = <None>\n\n\n[baremetal]\n# When enabling baremetal tests, Nova must be configured to use the\n# Ironic driver. The following parameters for the [compute] section\n# must be disabled: console_output, interface_attach, live_migration,\n# pause, rescue, resize shelve, snapshot, and suspend\n\n#\n# From tempest.config\n#\n\n# Catalog type of the baremetal provisioning service (string value)\n#catalog_type = baremetal\n\n# Whether the Ironic nova-compute driver is enabled (boolean value)\n#driver_enabled = false\n\n# Driver name which Ironic uses (string value)\n#driver = fake\n\n# The endpoint type to use for the baremetal provisioning service\n# (string value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#endpoint_type = publicURL\n\n# Timeout for Ironic node to completely provision (integer value)\n#active_timeout = 300\n\n# Timeout for association of Nova instance and Ironic node (integer\n# value)\n#association_timeout = 30\n\n# Timeout for Ironic power transitions. (integer value)\n#power_timeout = 60\n\n# Timeout for unprovisioning an Ironic node. Takes longer since Kilo\n# as Ironic performs an extra step in Node cleaning. (integer value)\n#unprovision_timeout = 300\n\n\n[compute]\n\n#\n# From tempest.config\n#\n\n# Valid primary image reference to be used in tests. This is a\n# required option (string value)\n#image_ref = <None>\n\n# Valid secondary image reference to be used in tests. This is a\n# required option, but if only one image is available duplicate the\n# value of image_ref above (string value)\n#image_ref_alt = <None>\n\n# Valid primary flavor to use in tests. (string value)\n#flavor_ref = 1\n\n# Valid secondary flavor to be used in tests. (string value)\n#flavor_ref_alt = 2\n\n# Time in seconds between build status checks. (integer value)\n#build_interval = 1\n\n# Timeout in seconds to wait for an instance to build. Other services\n# that do not define build_timeout will inherit this value. (integer\n# value)\n#build_timeout = 300\n\n# Additional wait time for clean state, when there is no OS-EXT-STS\n# extension available (integer value)\n#ready_wait = 0\n\n# Name of the fixed network that is visible to all test projects. If\n# multiple networks are available for a project, this is the network\n# which will be used for creating servers if tempest does not create a\n# network or s network is not specified elsewhere. It may be used for\n# ssh validation only if floating IPs are disabled. (string value)\n#fixed_network_name = <None>\n\n# Catalog type of the Compute service. (string value)\n#catalog_type = compute\n\n# The compute region name to use. If empty, the value of\n# identity.region is used instead. If no such region is found in the\n# service catalog, the first found one is used. (string value)\n#region =\n\n# The endpoint type to use for the compute service. (string value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#endpoint_type = publicURL\n\n# Expected device name when a volume is attached to an instance\n# (string value)\n#volume_device_name = vdb\n\n# Time in seconds before a shelved instance is eligible for removing\n# from a host.  -1 never offload, 0 offload when shelved. This time\n# should be the same as the time of nova.conf, and some tests will run\n# for as long as the time. (integer value)\n#shelved_offload_time = 0\n\n# The minimum number of compute nodes expected. This will be utilized\n# by some multinode specific tests to ensure that requests match the\n# expected size of the cluster you are testing with. (integer value)\n#min_compute_nodes = 1\n\n# Lower version of the test target microversion range. The format is\n# 'X.Y', where 'X' and 'Y' are int values. Tempest selects tests based\n# on the range between min_microversion and max_microversion. If both\n# values are not specified, Tempest avoids tests which require a\n# microversion. Valid values are string with format 'X.Y' or string\n# 'latest' (string value)\n# Deprecated group/name - [compute-feature-enabled]/min_microversion\n#min_microversion = <None>\n\n# Upper version of the test target microversion range. The format is\n# 'X.Y', where 'X' and 'Y' are int values. Tempest selects tests based\n# on the range between min_microversion and max_microversion. If both\n# values are not specified, Tempest avoids tests which require a\n# microversion. Valid values are string with format 'X.Y' or string\n# 'latest' (string value)\n# Deprecated group/name - [compute-feature-enabled]/max_microversion\n#max_microversion = <None>\n\n\n[compute-feature-enabled]\n\n#\n# From tempest.config\n#\n\n# If false, skip disk config tests (boolean value)\n#disk_config = true\n\n# A list of enabled compute extensions with a special entry all which\n# indicates every extension is enabled. Each extension should be\n# specified with alias name. Empty list indicates all extensions are\n# disabled (list value)\n#api_extensions = all\n\n# Does the test environment support changing the admin password?\n# (boolean value)\n#change_password = false\n\n# Does the test environment support obtaining instance serial console\n# output? (boolean value)\n#console_output = true\n\n# Does the test environment support resizing? (boolean value)\n#resize = false\n\n# Does the test environment support pausing? (boolean value)\n#pause = true\n\n# Does the test environment support shelving/unshelving? (boolean\n# value)\n#shelve = true\n\n# Does the test environment support suspend/resume? (boolean value)\n#suspend = true\n\n# Does the test environment support live migration available? (boolean\n# value)\n#live_migration = true\n\n# Does the test environment support metadata service? Ignored unless\n# validation.run_validation=true. (boolean value)\n#metadata_service = true\n\n# Does the test environment use block devices for live migration\n# (boolean value)\n#block_migration_for_live_migration = false\n\n# Does the test environment block migration support cinder iSCSI\n# volumes. Note, libvirt doesn't support this, see\n# https://bugs.launchpad.net/nova/+bug/1398999 (boolean value)\n#block_migrate_cinder_iscsi = false\n\n# Enable VNC console. This configuration value should be same as\n# [nova.vnc]->vnc_enabled in nova.conf (boolean value)\n#vnc_console = false\n\n# Enable Spice console. This configuration value should be same as\n# [nova.spice]->enabled in nova.conf (boolean value)\n#spice_console = false\n\n# Enable RDP console. This configuration value should be same as\n# [nova.rdp]->enabled in nova.conf (boolean value)\n#rdp_console = false\n\n# Does the test environment support instance rescue mode? (boolean\n# value)\n#rescue = true\n\n# Enables returning of the instance password by the relevant server\n# API calls such as create, rebuild or rescue. (boolean value)\n#enable_instance_password = true\n\n# Does the test environment support dynamic network interface\n# attachment? (boolean value)\n#interface_attach = true\n\n# Does the test environment support creating snapshot images of\n# running instances? (boolean value)\n#snapshot = true\n\n# Does the test environment have the nova cert running? (boolean\n# value)\n#nova_cert = true\n\n# Does the test environment support server personality (boolean value)\n#personality = true\n\n# Does the test environment support attaching an encrypted volume to a\n# running server instance? This may depend on the combination of\n# compute_driver in nova and the volume_driver(s) in cinder. (boolean\n# value)\n#attach_encrypted_volume = true\n\n# Enable special configuration drive with metadata. (boolean value)\n#config_drive = true\n\n# A list of enabled filters that nova will accept as hints to the\n# scheduler when creating a server. A special entry 'all' indicates\n# all filters are enabled. Empty list indicates all filters are\n# disabled. The full available list of filters is in nova.conf:\n# DEFAULT.scheduler_available_filters (list value)\n#scheduler_available_filters = all\n\n\n[data-processing]\n\n#\n# From tempest.config\n#\n\n# Catalog type of the data processing service. (string value)\n# Deprecated group/name - [data_processing]/catalog_type\n#catalog_type = data-processing\n\n# The endpoint type to use for the data processing service. (string\n# value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n# Deprecated group/name - [data_processing]/endpoint_type\n#endpoint_type = publicURL\n\n\n[data-processing-feature-enabled]\n\n#\n# From tempest.config\n#\n\n# List of enabled data processing plugins (list value)\n# Deprecated group/name - [data_processing-feature-enabled]/plugins\n#plugins = vanilla,cdh\n\n\n[database]\n\n#\n# From tempest.config\n#\n\n# Catalog type of the Database service. (string value)\n#catalog_type = database\n\n# Valid primary flavor to use in database tests. (string value)\n#db_flavor_ref = 1\n\n# Current database version to use in database tests. (string value)\n#db_current_version = v1.0\n\n\n[debug]\n\n#\n# From tempest.config\n#\n\n# A regex to determine which requests should be traced.\n#\n# This is a regex to match the caller for rest client requests to be\n# able to\n# selectively trace calls out of specific classes and methods. It\n# largely\n# exists for test development, and is not expected to be used in a\n# real deploy\n# of tempest. This will be matched against the discovered\n# ClassName:method\n# in the test environment.\n#\n# Expected values for this field are:\n#\n#  * ClassName:test_method_name - traces one test_method\n#  * ClassName:setUp(Class) - traces specific setup functions\n#  * ClassName:tearDown(Class) - traces specific teardown functions\n#  * ClassName:_run_cleanups - traces the cleanup functions\n#\n# If nothing is specified, this feature is not enabled. To trace\n# everything\n# specify .* as the regex.\n#  (string value)\n#trace_requests =\n\n\n[identity]\n\nuri = http://192.168.99.11:5000/v2.0\nauth_version = v2\n\n#\n# From tempest.config\n#\n\n# Catalog type of the Identity service. (string value)\n#catalog_type = identity\n\n# Set to True if using self-signed SSL certificates. (boolean value)\n#disable_ssl_certificate_validation = false\n\n# Specify a CA bundle file to use in verifying a TLS (https) server\n# certificate. (string value)\n#ca_certificates_file = <None>\n\n# Full URI of the OpenStack Identity API (Keystone), v2 (string value)\n#uri = <None>\n\n# Full URI of the OpenStack Identity API (Keystone), v3 (string value)\n#uri_v3 = <None>\n\n# Identity API version to be used for authentication for API tests.\n# (string value)\n#auth_version = v2\n\n# The identity region name to use. Also used as the other services'\n# region name unless they are set explicitly. If no such region is\n# found in the service catalog, the first found one is used. (string\n# value)\n#region = RegionOne\n\n# The admin endpoint type to use for OpenStack Identity (Keystone) API\n# v2 (string value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#v2_admin_endpoint_type = adminURL\n\n# The public endpoint type to use for OpenStack Identity (Keystone)\n# API v2 (string value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n# Deprecated group/name - [identity]/endpoint_type\n#v2_public_endpoint_type = publicURL\n\n# The endpoint type to use for OpenStack Identity (Keystone) API v3\n# (string value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#v3_endpoint_type = adminURL\n\n# Role required to administrate keystone. (string value)\n#admin_role = admin\n\n# ID of the default domain (string value)\n#default_domain_id = default\n\n# Whether keystone identity v3 policy required a domain scoped token\n# to use admin APIs (boolean value)\n#admin_domain_scope = false\n\n\n[identity-feature-enabled]\n\n#\n# From tempest.config\n#\n\n# Does the identity service have delegation and impersonation enabled\n# (boolean value)\n#trust = true\n\n# Is the v2 identity API enabled (boolean value)\n#api_v2 = true\n\n# Is the v3 identity API enabled (boolean value)\n#api_v3 = true\n\n# A list of enabled identity extensions with a special entry all which\n# indicates every extension is enabled. Empty list indicates all\n# extensions are disabled. To get the list of extensions run:\n# 'keystone discover' (list value)\n#api_extensions = all\n\n\n[image]\n\n#\n# From tempest.config\n#\n\n# Catalog type of the Image service. (string value)\n#catalog_type = image\n\n# The image region name to use. If empty, the value of identity.region\n# is used instead. If no such region is found in the service catalog,\n# the first found one is used. (string value)\n#region =\n\n# The endpoint type to use for the image service. (string value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#endpoint_type = publicURL\n\n# http accessible image (string value)\n#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz\n\n# Timeout in seconds to wait for an image to become available.\n# (integer value)\n#build_timeout = 300\n\n# Time in seconds between image operation status checks. (integer\n# value)\n#build_interval = 1\n\n# A list of image's container formats users can specify. (list value)\n#container_formats = ami,ari,aki,bare,ovf,ova\n\n# A list of image's disk formats users can specify. (list value)\n#disk_formats = ami,ari,aki,vhd,vmdk,raw,qcow2,vdi,iso\n\n\n[image-feature-enabled]\n\n#\n# From tempest.config\n#\n\n# Is the v2 image API enabled (boolean value)\n#api_v2 = true\n\n# Is the v1 image API enabled (boolean value)\n#api_v1 = true\n\n# Is the deactivate-image feature enabled. The feature has been\n# integrated since Kilo. (boolean value)\n#deactivate_image = false\n\n\n[input-scenario]\n\n#\n# From tempest.config\n#\n\n# Matching images become parameters for scenario tests (string value)\n#image_regex = ^cirros-0.3.1-x86_64-uec$\n\n# Matching flavors become parameters for scenario tests (string value)\n#flavor_regex = ^m1.nano$\n\n# SSH verification in tests is skippedfor matching images (string\n# value)\n#non_ssh_image_regex = ^.*[Ww]in.*$\n\n# List of user mapped to regex to matching image names. (string value)\n#ssh_user_regex = [[\"^.*[Cc]irros.*$\", \"cirros\"]]\n\n\n[negative]\n\n#\n# From tempest.config\n#\n\n# Test generator class for all negative tests (string value)\n#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator\n\n\n[network]\n\npublic_network_id = f14c0655-5a02-47c7-89b9-09b6a14c101e\n\n#\n# From tempest.config\n#\n\n# Catalog type of the Neutron service. (string value)\n#catalog_type = network\n\n# The network region name to use. If empty, the value of\n# identity.region is used instead. If no such region is found in the\n# service catalog, the first found one is used. (string value)\n#region =\n\n# The endpoint type to use for the network service. (string value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#endpoint_type = publicURL\n\n# The cidr block to allocate project ipv4 subnets from (string value)\n# Deprecated group/name - [network]/tenant_network_cidr\n#project_network_cidr = 10.100.0.0/16\n\n# The mask bits for project ipv4 subnets (integer value)\n# Deprecated group/name - [network]/tenant_network_mask_bits\n#project_network_mask_bits = 28\n\n# The cidr block to allocate project ipv6 subnets from (string value)\n# Deprecated group/name - [network]/tenant_network_v6_cidr\n#project_network_v6_cidr = 2003::/48\n\n# The mask bits for project ipv6 subnets (integer value)\n# Deprecated group/name - [network]/tenant_network_v6_mask_bits\n#project_network_v6_mask_bits = 64\n\n# Whether project networks can be reached directly from the test\n# client. This must be set to True when the 'fixed' ssh_connect_method\n# is selected. (boolean value)\n# Deprecated group/name - [network]/tenant_networks_reachable\n#project_networks_reachable = false\n\n# Id of the public network that provides external connectivity (string\n# value)\n#public_network_id =\n\n# Default floating network name. Used to allocate floating IPs when\n# neutron is enabled. (string value)\n#floating_network_name = <None>\n\n# Id of the public router that provides external connectivity. This\n# should only be used when Neutron's 'allow_overlapping_ips' is set to\n# 'False' in neutron.conf. usually not needed past 'Grizzly' release\n# (string value)\n#public_router_id =\n\n# Timeout in seconds to wait for network operation to complete.\n# (integer value)\n#build_timeout = 300\n\n# Time in seconds between network operation status checks. (integer\n# value)\n#build_interval = 1\n\n# List of dns servers which should be used for subnet creation (list\n# value)\n#dns_servers = 8.8.8.8,8.8.4.4\n\n# vnic_type to use when Launching instances with pre-configured ports.\n# Supported ports are: ['normal','direct','macvtap'] (string value)\n# Allowed values: <None>, normal, direct, macvtap\n#port_vnic_type = <None>\n\n# List of ip pools for subnetpools creation (list value)\n#default_network = 1.0.0.0/16,2.0.0.0/16\n\n\n[network-feature-enabled]\n\n#\n# From tempest.config\n#\n\n# Allow the execution of IPv6 tests (boolean value)\n#ipv6 = true\n\n# A list of enabled network extensions with a special entry all which\n# indicates every extension is enabled. Empty list indicates all\n# extensions are disabled. To get the list of extensions run: 'neutron\n# ext-list' (list value)\n#api_extensions = all\n\n# Allow the execution of IPv6 subnet tests that use the extended IPv6\n# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)\n#ipv6_subnet_attributes = false\n\n# Does the test environment support changing port admin state (boolean\n# value)\n#port_admin_state_change = true\n\n\n[object-storage]\n\n#\n# From tempest.config\n#\n\n# Catalog type of the Object-Storage service. (string value)\n#catalog_type = object-store\n\n# The object-storage region name to use. If empty, the value of\n# identity.region is used instead. If no such region is found in the\n# service catalog, the first found one is used. (string value)\n#region =\n\n# The endpoint type to use for the object-store service. (string\n# value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#endpoint_type = publicURL\n\n# Number of seconds to time on waiting for a container to container\n# synchronization complete. (integer value)\n#container_sync_timeout = 600\n\n# Number of seconds to wait while looping to check the status of a\n# container to container synchronization (integer value)\n#container_sync_interval = 5\n\n# Role to add to users created for swift tests to enable creating\n# containers (string value)\n#operator_role = Member\n\n# User role that has reseller admin (string value)\n#reseller_admin_role = ResellerAdmin\n\n# Name of sync realm. A sync realm is a set of clusters that have\n# agreed to allow container syncing with each other. Set the same\n# realm name as Swift's container-sync-realms.conf (string value)\n#realm_name = realm1\n\n# One name of cluster which is set in the realm whose name is set in\n# 'realm_name' item in this file. Set the same cluster name as Swift's\n# container-sync-realms.conf (string value)\n#cluster_name = name1\n\n\n[object-storage-feature-enabled]\n\n#\n# From tempest.config\n#\n\n# A list of the enabled optional discoverable apis. A single entry,\n# all, indicates that all of these features are expected to be enabled\n# (list value)\n#discoverable_apis = all\n\n# Execute (old style) container-sync tests (boolean value)\n#container_sync = true\n\n# Execute object-versioning tests (boolean value)\n#object_versioning = true\n\n# Execute discoverability tests (boolean value)\n#discoverability = true\n\n\n[orchestration]\n\n#\n# From tempest.config\n#\n\n# Catalog type of the Orchestration service. (string value)\n#catalog_type = orchestration\n\n# The orchestration region name to use. If empty, the value of\n# identity.region is used instead. If no such region is found in the\n# service catalog, the first found one is used. (string value)\n#region =\n\n# The endpoint type to use for the orchestration service. (string\n# value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#endpoint_type = publicURL\n\n# Role required for users to be able to manage stacks (string value)\n#stack_owner_role = heat_stack_owner\n\n# Time in seconds between build status checks. (integer value)\n#build_interval = 1\n\n# Timeout in seconds to wait for a stack to build. (integer value)\n#build_timeout = 1200\n\n# Instance type for tests. Needs to be big enough for a full OS plus\n# the test workload (string value)\n#instance_type = m1.micro\n\n# Name of existing keypair to launch servers with. (string value)\n#keypair_name = <None>\n\n# Value must match heat configuration of the same name. (integer\n# value)\n#max_template_size = 524288\n\n# Value must match heat configuration of the same name. (integer\n# value)\n#max_resources_per_stack = 1000\n\n\n[oslo_concurrency]\n\n#\n# From oslo.concurrency\n#\n\n# Enables or disables inter-process locks. (boolean value)\n# Deprecated group/name - [DEFAULT]/disable_process_locking\n#disable_process_locking = false\n\n# Directory to use for lock files.  For security, the specified\n# directory should only be writable by the user running the processes\n# that need locking. Defaults to environment variable OSLO_LOCK_PATH.\n# If external locks are used, a lock path must be set. (string value)\n# Deprecated group/name - [DEFAULT]/lock_path\n#lock_path = <None>\n\n\n[scenario]\n\n#\n# From tempest.config\n#\n\n# DEPRECATED: Directory containing image files (string value)\n# This option is deprecated for removal.\n# Its value may be silently ignored in the future.\n#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec\n\n# Image file name (string value)\n# Deprecated group/name - [scenario]/qcow2_img_file\n#img_file = cirros-0.3.1-x86_64-disk.img\n\n# Image disk format (string value)\n#img_disk_format = qcow2\n\n# Image container format (string value)\n#img_container_format = bare\n\n# Glance image properties. Use for custom images which require them\n# (dict value)\n#img_properties = <None>\n\n# DEPRECATED: AMI image file name (string value)\n# This option is deprecated for removal.\n# Its value may be silently ignored in the future.\n#ami_img_file = cirros-0.3.1-x86_64-blank.img\n\n# DEPRECATED: ARI image file name (string value)\n# This option is deprecated for removal.\n# Its value may be silently ignored in the future.\n#ari_img_file = cirros-0.3.1-x86_64-initrd\n\n# DEPRECATED: AKI image file name (string value)\n# This option is deprecated for removal.\n# Its value may be silently ignored in the future.\n#aki_img_file = cirros-0.3.1-x86_64-vmlinuz\n\n# DHCP client used by images to renew DCHP lease. If left empty,\n# update operation will be skipped. Supported clients: \"udhcpc\",\n# \"dhclient\" (string value)\n# Allowed values: udhcpc, dhclient, ''\n#dhcp_client = udhcpc\n\n\n[service_available]\n\n#\n# From tempest.config\n#\n\n# Whether or not cinder is expected to be available (boolean value)\n#cinder = true\n\n# Whether or not neutron is expected to be available (boolean value)\n#neutron = false\n\n# Whether or not glance is expected to be available (boolean value)\n#glance = true\n\n# Whether or not swift is expected to be available (boolean value)\n#swift = true\n\n# Whether or not nova is expected to be available (boolean value)\n#nova = true\n\n# Whether or not Heat is expected to be available (boolean value)\n#heat = false\n\n# Whether or not Sahara is expected to be available (boolean value)\n#sahara = false\n\n# Whether or not Ironic is expected to be available (boolean value)\n#ironic = false\n\n# Whether or not Trove is expected to be available (boolean value)\n#trove = false\n\n\n[stress]\n\n#\n# From tempest.config\n#\n\n# Directory containing log files on the compute nodes (string value)\n#nova_logdir = <None>\n\n# Maximum number of instances to create during test. (integer value)\n#max_instances = 16\n\n# Controller host. (string value)\n#controller = <None>\n\n# Controller host. (string value)\n#target_controller = <None>\n\n# ssh user. (string value)\n#target_ssh_user = <None>\n\n# Path to private key. (string value)\n#target_private_key_path = <None>\n\n# regexp for list of log files. (string value)\n#target_logfiles = <None>\n\n# time (in seconds) between log file error checks. (integer value)\n#log_check_interval = 60\n\n# The number of threads created while stress test. (integer value)\n#default_thread_number_per_action = 4\n\n# Prevent the cleaning (tearDownClass()) between each stress test run\n# if an exception occurs during this run. (boolean value)\n#leave_dirty_stack = false\n\n# Allows a full cleaning process after a stress test. Caution : this\n# cleanup will remove every objects of every project. (boolean value)\n#full_clean_stack = false\n\n\n[validation]\n\n#\n# From tempest.config\n#\n\n# Enable ssh on created servers and creation of additional validation\n# resources to enable remote access (boolean value)\n#run_validation = false\n\n# Enable/disable security groups. (boolean value)\n#security_group = true\n\n# Enable/disable security group rules. (boolean value)\n#security_group_rules = true\n\n# Default IP type used for validation: -fixed: uses the first IP\n# belonging to the fixed network -floating: creates and uses a\n# floating IP (string value)\n# Allowed values: fixed, floating\n# Deprecated group/name - [compute]/use_floatingip_for_ssh\n#connect_method = floating\n\n# Default authentication method to the instance. Only ssh via keypair\n# is supported for now. Additional methods will be handled in a\n# separate spec. (string value)\n# Allowed values: keypair\n# Deprecated group/name - [compute]/ssh_auth_method\n#auth_method = keypair\n\n# Default IP version for ssh connections. (integer value)\n#ip_version_for_ssh = 4\n\n# Timeout in seconds to wait for ping to succeed. (integer value)\n# Deprecated group/name - [compute]/ping_timeout\n#ping_timeout = 120\n\n# Timeout in seconds to wait for the TCP connection to be successful.\n# (integer value)\n#connect_timeout = 60\n\n# Timeout in seconds to wait for the ssh banner. (integer value)\n#ssh_timeout = 300\n\n# User name used to authenticate to an instance. (string value)\n# Deprecated group/name - [compute]/image_ssh_user\n# Deprecated group/name - [compute]/ssh_user\n# Deprecated group/name - [scenario]/ssh_user\n#image_ssh_user = root\n\n# Password used to authenticate to an instance. (string value)\n# Deprecated group/name - [compute]/image_ssh_password\n#image_ssh_password = password\n\n# Shell fragments to use before executing a command when sshing to a\n# guest. (string value)\n# Deprecated group/name - [compute]/ssh_shell_prologue\n#ssh_shell_prologue = set -eu -o pipefail; PATH=$$PATH:/sbin;\n\n# The packet size for ping packets originating from remote linux hosts\n# (integer value)\n# Deprecated group/name - [compute]/ping_size\n#ping_size = 56\n\n# The number of ping packets originating from remote linux hosts\n# (integer value)\n# Deprecated group/name - [compute]/ping_count\n#ping_count = 1\n\n# Unallocated floating IP range, which will be used to test the\n# floating IP bulk feature for CRUD operation. This block must not\n# overlap an existing floating IP pool. (string value)\n# Deprecated group/name - [compute]/floating_ip_range\n#floating_ip_range = 10.0.0.0/29\n\n# Network used for SSH connections. Ignored if connect_method=floating\n# or run_validation=false. (string value)\n# Deprecated group/name - [compute]/network_for_ssh\n#network_for_ssh = public\n\n\n[volume]\n\n#\n# From tempest.config\n#\n\n# Time in seconds between volume availability checks. (integer value)\n#build_interval = 1\n\n# Timeout in seconds to wait for a volume to become available.\n# (integer value)\n#build_timeout = 300\n\n# Catalog type of the Volume Service (string value)\n#catalog_type = volume\n\n# The volume region name to use. If empty, the value of\n# identity.region is used instead. If no such region is found in the\n# service catalog, the first found one is used. (string value)\n#region =\n\n# The endpoint type to use for the volume service. (string value)\n# Allowed values: public, admin, internal, publicURL, adminURL, internalURL\n#endpoint_type = publicURL\n\n# A list of backend names separated by comma. The backend name must be\n# declared in cinder.conf (list value)\n#backend_names = BACKEND_1,BACKEND_2\n\n# Backend protocol to target when creating volume types (string value)\n#storage_protocol = iSCSI\n\n# Backend vendor to target when creating volume types (string value)\n#vendor_name = Open Source\n\n# Disk format to use when copying a volume to image (string value)\n#disk_format = raw\n\n# Default size in GB for volumes created by volumes tests (integer\n# value)\n#volume_size = 1\n\n\n[volume-feature-enabled]\n\n#\n# From tempest.config\n#\n\n# Runs Cinder multi-backend test (requires 2 backends) (boolean value)\n#multi_backend = false\n\n# Runs Cinder volumes backup test (boolean value)\n#backup = true\n\n# Runs Cinder volume snapshot test (boolean value)\n#snapshot = true\n\n# Runs Cinder volume clone test (boolean value)\n#clone = true\n\n# A list of enabled volume extensions with a special entry all which\n# indicates every extension is enabled. Empty list indicates all\n# extensions are disabled (list value)\n#api_extensions = all\n\n# Is the v1 volume API enabled (boolean value)\n#api_v1 = true\n\n# Is the v2 volume API enabled (boolean value)\n#api_v2 = true\n\n# DEPRECATED: Update bootable status of a volume Not implemented on\n# icehouse  (boolean value)\n# This option is deprecated for removal.\n# Its value may be silently ignored in the future.\n#bootable = true\n\n# Extract correct host info from host@backend (boolean value)\n#volume_services = false\n","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/MmTEFGWS","modified":1466081706,"id":"MmTEFGWS","size":36423,"lines":1165,"own_paste":false,"theme":"","date":1466081706}