diff --git a/doc/common/tables/ceilometer-conf-changes.xml b/doc/common/tables/ceilometer-conf-changes.xml index dfb97898e4..bcd60204d7 100644 --- a/doc/common/tables/ceilometer-conf-changes.xml +++ b/doc/common/tables/ceilometer-conf-changes.xml @@ -16,10 +16,26 @@ [DEFAULT] api_paste_config = api_paste.ini (StrOpt) Configuration file for WSGI definition of API. + + [DEFAULT] enable_new_services = True + (BoolOpt) Services to be added to the available pool on create + + + [DEFAULT] fatal_exception_format_errors = False + (BoolOpt) Make exception message format errors fatal + [DEFAULT] glance_page_size = 0 (IntOpt) Number of items to request in each paginated Glance API request (parameter used by glancecelient). If this is less than or equal to 0, page size is not specified (default value in glanceclient is used). + + [DEFAULT] instance_name_template = instance-%08x + (StrOpt) Template string to be used to generate instance names + + + [DEFAULT] instance_usage_audit_period = month + (StrOpt) Time period to generate instance usages for. Time period must be hour, day, month or year + [DEFAULT] ironic_exchange = ironic (StrOpt) Exchange name for Ironic notifications. @@ -28,18 +44,46 @@ [DEFAULT] keystone_control_exchange = keystone (StrOpt) Exchange name for Keystone notifications. + + [DEFAULT] monkey_patch = False + (BoolOpt) Whether to log monkey patching + + + [DEFAULT] monkey_patch_modules = ['nova.api.ec2.cloud:nova.notifications.notify_decorator', 'nova.compute.api:nova.notifications.notify_decorator'] + (ListOpt) List of modules/decorators to monkey patch + + + [DEFAULT] network_api_class = nova.network.api.API + (StrOpt) The full class name of the network API class to use + [DEFAULT] nova_http_log_debug = False (BoolOpt) Allow novaclient's debug log output. + + [DEFAULT] password_length = 12 + (IntOpt) Length of generated instance admin passwords + + + [DEFAULT] qpid_receiver_capacity = 1 + (IntOpt) The number of prefetched messages held by receiver. + [DEFAULT] rabbit_login_method = AMQPLAIN (StrOpt) the RabbitMQ login method + + [DEFAULT] rootwrap_config = /etc/ceilometer/rootwrap.conf + (StrOpt) Path to the rootwrap configuration file touse for running commands as root + [DEFAULT] sahara_control_exchange = sahara (StrOpt) Exchange name for Data Processing notifications + + [DEFAULT] snapshot_name_template = snapshot-%s + (StrOpt) Template string to be used to generate snapshot names + [DEFAULT] transport_url = None (StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration. @@ -64,6 +108,10 @@ [api] enable_reverse_dns_lookup = False (BoolOpt) Set it to False if your environment does not need or have dns server, otherwise it will delay the response from api. + + [api] pecan_debug = False + (BoolOpt) Toggle Pecan Debug Middleware. Defaults to global debug value. + [central] partitioning_group_prefix = None (StrOpt) Work-load partitioning group prefix. Use only if you want to run multiple central agents with different config files. For each sub-group of the central agent pool with the same partitioning_group_prefix a disjoint subset of pollsters should be loaded. @@ -124,6 +172,10 @@ [database] use_db_reconnect = False (BoolOpt) Enable the experimental use of database reconnect on connection lost. + + [database] use_tpool = False + (BoolOpt) Enable the experimental use of thread pooling for all DB API calls + [hardware] readonly_user_name = ro_snmp_user (StrOpt) SNMPd user name of all nodes running in the cloud. @@ -136,6 +188,10 @@ [hardware] url_scheme = snmp:// (StrOpt) URL scheme to use for hardware nodes + + [ipmi] node_manager_init_retry = 3 + (IntOpt) Number of retries upon Intel Node Manager initialization failure + [keystone_authtoken] check_revocations_for_cached = False (BoolOpt) If true, the revocation list will be checked for cached tokens. This requires that PKI tokens are configured on the Keystone server. @@ -160,6 +216,30 @@ [publisher_notifier] metering_topic = metering (StrOpt) The topic that ceilometer uses for metering notifications. + + [service_types] glance = image + (StrOpt) Glance service type. + + + [service_types] kwapi = energy + (StrOpt) Kwapi service type. + + + [service_types] neutron = network + (StrOpt) Neutron service type. + + + [service_types] nova = compute + (StrOpt) Nova service type. + + + [service_types] swift = object-store + (StrOpt) Swift service type. + + + [upgrade_levels] cells = None + (StrOpt) Set a version cap for messages sent to local cells services + [vmware] wsdl_location = None (StrOpt) Optional vim service WSDL location e.g http://<server>/vimService.wsdl. Optional over-ride to default location for bug work-arounds diff --git a/doc/common/tables/cinder-conf-changes.xml b/doc/common/tables/cinder-conf-changes.xml index 715485ea0d..8a3746af7b 100644 --- a/doc/common/tables/cinder-conf-changes.xml +++ b/doc/common/tables/cinder-conf-changes.xml @@ -80,6 +80,10 @@ [DEFAULT] fusionio_iocontrol_verify_cert = True (BoolOpt) verify the array certificate on each transaction + + [DEFAULT] glance_ca_certificates_file = None + (StrOpt) Location of ca certificates file to use for glance client requests. + [DEFAULT] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] (ListOpt) Default core properties of image @@ -204,6 +208,34 @@ [DEFAULT] nimble_subnet_label = * (StrOpt) Nimble Subnet Label + + [DEFAULT] nova_api_insecure = False + (BoolOpt) Allow to perform insecure SSL requests to nova + + + [DEFAULT] nova_ca_certificates_file = None + (StrOpt) Location of ca certificates file to use for nova client requests. + + + [DEFAULT] nova_catalog_admin_info = compute:nova:adminURL + (StrOpt) Same as nova_catalog_info, but for admin endpoint. + + + [DEFAULT] nova_catalog_info = compute:nova:publicURL + (StrOpt) Match this value when searching for nova in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type> + + + [DEFAULT] nova_endpoint_admin_template = None + (StrOpt) Same as nova_endpoint_template, but for admin endpoint. + + + [DEFAULT] nova_endpoint_template = None + (StrOpt) Override service catalog lookup with template for nova endpoint e.g. http://localhost:8774/v2/%(project_id)s + + + [DEFAULT] os_region_name = None + (StrOpt) Region name of this node + [DEFAULT] pure_api_token = None (StrOpt) REST API authorization token. @@ -266,7 +298,7 @@ [DEFAULT] ssh_hosts_key_file = $state_path/ssh_known_hosts - (StrOpt) File containing SSH host keys for the systems with which Cinder needs to communicate. OPTIONAL: Default=$state_path/known_hosts + (StrOpt) File containing SSH host keys for the systems with which Cinder needs to communicate. OPTIONAL: Default=$state_path/ssh_known_hosts [DEFAULT] storage_vnx_authentication_type = global @@ -308,6 +340,10 @@ [DEFAULT] tcp_keepalive_interval = None (IntOpt) Sets the value of TCP_KEEPINTVL in seconds for each server socket. Not supported on OS X. + + [DEFAULT] vmware_tmp_dir = /tmp + (StrOpt) Directory where virtual disks are stored during volume backup and restore. + [DEFAULT] volume_copy_blkio_cgroup_name = cinder-volume-copy (StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy @@ -360,6 +396,10 @@ [DEFAULT] zfssa_project = None (StrOpt) Project name. + + [DEFAULT] zfssa_rest_timeout = None + (IntOpt) REST connection timeout. (seconds) + [DEFAULT] zfssa_target_group = tgt-grp (StrOpt) iSCSI target group name. @@ -505,13 +545,18 @@ [DEFAULT] 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 - 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, keystonemiddleware=WARN, routes.middleware=WARN + 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, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN [DEFAULT] default_timeout 20 525600 + + [DEFAULT] gpfs_storage_pool + None + system + [DEFAULT] max_luns_per_storage_group 256 diff --git a/doc/common/tables/glance-conf-changes.xml b/doc/common/tables/glance-conf-changes.xml index 27bc1c0790..28e85e215c 100644 --- a/doc/common/tables/glance-conf-changes.xml +++ b/doc/common/tables/glance-conf-changes.xml @@ -12,6 +12,10 @@ (Type) Help string + + [DEFAULT] db_enforce_mysql_charset = True + (BoolOpt) DEPRECATED. TO BE REMOVED IN THE JUNO RELEASE. Whether or not to enforce that all DB tables have charset utf8. If your database tables do not have charset utf8 you will need to convert before this option is removed. This option is only relevant if your database engine is MySQL. + [DEFAULT] default_swift_reference = ref1 (StrOpt) The reference to the default swift account/backing store parameters to use for adding new images. @@ -28,10 +32,30 @@ [database] slave_connection = None (StrOpt) The SQLAlchemy connection string to use to connect to the slave database. + + [glance_store] default_store = file + (StrOpt) Default scheme to use to store image data. The scheme must be registered by one of the stores defined by the 'stores' config option. + [glance_store] default_swift_reference = ref1 (StrOpt) The reference to the default swift account/backing store parameters to use for adding new images. + + [glance_store] filesystem_store_datadir = None + (StrOpt) Directory to which the Filesystem backend store writes images. + + + [glance_store] filesystem_store_datadirs = None + (MultiStrOpt) List of directories and its priorities to which the Filesystem backend store writes images. + + + [glance_store] filesystem_store_metadata_file = None + (StrOpt) The path to a file which contains the metadata to be returned with any location associated with this store. The file must contain a valid JSON dict. + + + [glance_store] stores = ['file', 'http'] + (ListOpt) List of stores enabled + [glance_store] swift_store_auth_address = None (StrOpt) The address where the Swift authentication service is listening.(deprecated) @@ -129,13 +153,33 @@ [DEFAULT] swift_store_auth_address [glance_store] swift_store_auth_address + + [DEFAULT] filesystem_store_metadata_file + [glance_store] filesystem_store_metadata_file + [DEFAULT] swift_store_key [glance_store] swift_store_key + + [DEFAULT] filesystem_store_datadir + [glance_store] filesystem_store_datadir + + + [DEFAULT] known_stores + [glance_store] stores + + + [DEFAULT] default_store + [glance_store] default_store + [DEFAULT] swift_store_user [glance_store] swift_store_user + + [DEFAULT] filesystem_store_datadirs + [glance_store] filesystem_store_datadirs + diff --git a/doc/common/tables/heat-conf-changes.xml b/doc/common/tables/heat-conf-changes.xml index 5fb153d766..0f54981287 100644 --- a/doc/common/tables/heat-conf-changes.xml +++ b/doc/common/tables/heat-conf-changes.xml @@ -16,14 +16,30 @@ [DEFAULT] action_retry_limit = 5 (IntOpt) Number of times to retry to bring a resource to a non-error state. Set to 0 to disable retries. + + [DEFAULT] cloud_backend = heat.engine.clients.OpenStackClients + (StrOpt) Fully qualified class name to use as a client backend. + + + [DEFAULT] enable_cloud_watch_lite = True + (BoolOpt) Enable the legacy OS::Heat::CWLiteAlarm resource. + [DEFAULT] kombu_reconnect_delay = 1.0 (FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification. + + [DEFAULT] loadbalancer_template = None + (StrOpt) Custom template for the built-in loadbalancer nested stack. + [DEFAULT] num_engine_workers = 1 (IntOpt) Number of heat-engine processes to fork and run. + + [DEFAULT] qpid_receiver_capacity = 1 + (IntOpt) The number of prefetched messages held by receiver. + [DEFAULT] rabbit_login_method = AMQPLAIN (StrOpt) the RabbitMQ login method diff --git a/doc/common/tables/keystone-conf-changes.xml b/doc/common/tables/keystone-conf-changes.xml index 2fbd69f540..4940d7c496 100644 --- a/doc/common/tables/keystone-conf-changes.xml +++ b/doc/common/tables/keystone-conf-changes.xml @@ -13,17 +13,41 @@ - [DEFAULT] admin_workers = 1 - (IntOpt) The number of worker processes to serve the admin WSGI application + [DEFAULT] admin_workers = None + (IntOpt) The number of worker processes to serve the admin WSGI application. Defaults to number of CPUs (minimum of 2). - [DEFAULT] public_workers = 1 - (IntOpt) The number of worker processes to serve the public WSGI application + [DEFAULT] public_workers = None + (IntOpt) The number of worker processes to serve the public WSGI application. Defaults to number of CPUs (minimum of 2). [DEFAULT] strict_password_check = False (BoolOpt) If set to true, strict password length checking is performed for password manipulation. If a password exceeds the maximum length, the operation will fail with an HTTP 403 Forbidden error. If set to false, passwords are automatically truncated to the maximum length. + + [cache] memcache_dead_retry = 300 + (IntOpt) Number of seconds memcached server is considered dead before it is tried again. (dogpile.cache.memcache and keystone.cache.memcache_pool backends only) + + + [cache] memcache_pool_connection_get_timeout = 10 + (IntOpt) Number of seconds that an operation will wait to get a memcache client connection. + + + [cache] memcache_pool_maxsize = 10 + (IntOpt) Max total number of open connections to every memcached server. (keystone.cache.memcache_pool backend only) + + + [cache] memcache_pool_unused_timeout = 60 + (IntOpt) Number of seconds a connection to memcached is held unused in the pool before it is closed. (keystone.cache.memcache_pool backend only) + + + [cache] memcache_servers = ['localhost:11211'] + (ListOpt) Memcache servers in the format of "host:port". (dogpile.cache.memcache and keystone.cache.memcache_pool backends only) + + + [cache] memcache_socket_timeout = 3 + (IntOpt) Timeout in seconds for every call to a server. (dogpile.cache.memcache and keystone.cache.memcache_pool backends only) + [catalog] cache_time = None (IntOpt) Time to cache catalog data (in seconds). This has no effect unless global and catalog caching are enabled. @@ -192,6 +216,26 @@ [ldap] user_enabled_invert = False (BoolOpt) Invert the meaning of the boolean enabled values. Some LDAP servers use a boolean lock attribute where "true" means an account is disabled. Setting "user_enabled_invert = true" will allow these lock attributes to be used. This setting will have no effect if "user_enabled_mask" or "user_enabled_emulation" settings are in use. + + [memcache] dead_retry = 300 + (IntOpt) Number of seconds memcached server is considered dead before it is tried again. This is used by the key value store system (e.g. token pooled memcached persistence backend). + + + [memcache] pool_connection_get_timeout = 10 + (IntOpt) Number of seconds that an operation will wait to get a memcache client connection. This is used by the key value store system (e.g. token pooled memcached persistence backend). + + + [memcache] pool_maxsize = 10 + (IntOpt) Max total number of open connections to every memcached server. This is used by the key value store system (e.g. token pooled memcached persistence backend). + + + [memcache] pool_unused_timeout = 60 + (IntOpt) Number of seconds a connection to memcached is held unused in the pool before it is closed. This is used by the key value store system (e.g. token pooled memcached persistence backend). + + + [memcache] socket_timeout = 3 + (IntOpt) Timeout in seconds for every call to a server. This is used by the key value store system (e.g. token pooled memcached persistence backend). + [saml] assertion_expiration_time = 3600 (IntOpt) Default TTL, in seconds, for any generated SAML assertion created by Keystone. @@ -327,8 +371,12 @@ [ldap] project_allow_create - [ldap] tenant_enabled_emulation - [ldap] project_enabled_emulation + [ldap] tenant_objectclass + [ldap] project_objectclass + + + [ldap] tenant_filter + [ldap] project_filter [ldap] tenant_member_attribute @@ -339,12 +387,16 @@ [ldap] project_additional_attribute_mapping - [ldap] tenant_filter - [ldap] project_filter + [ldap] tenant_allow_update + [ldap] project_allow_update - [ldap] tenant_domain_id_attribute - [ldap] project_domain_id_attribute + [ldap] tenant_desc_attribute + [ldap] project_desc_attribute + + + [ldap] tenant_enabled_emulation + [ldap] project_enabled_emulation [ldap] tenant_name_attribute @@ -355,32 +407,24 @@ [ldap] project_attribute_ignore - [ldap] tenant_allow_update - [ldap] project_allow_update - - - [ldap] tenant_tree_dn - [ldap] project_tree_dn + [ldap] tenant_enabled_attribute + [ldap] project_enabled_attribute [ldap] tenant_id_attribute [ldap] project_id_attribute - [ldap] tenant_desc_attribute - [ldap] project_desc_attribute + [ldap] tenant_domain_id_attribute + [ldap] project_domain_id_attribute - [ldap] tenant_objectclass - [ldap] project_objectclass + [ldap] tenant_tree_dn + [ldap] project_tree_dn [ldap] tenant_enabled_emulation_dn [ldap] project_enabled_emulation_dn - - [ldap] tenant_enabled_attribute - [ldap] project_enabled_attribute - diff --git a/doc/common/tables/neutron-conf-changes.xml b/doc/common/tables/neutron-conf-changes.xml index dbc1c5b568..d960f92558 100644 --- a/doc/common/tables/neutron-conf-changes.xml +++ b/doc/common/tables/neutron-conf-changes.xml @@ -12,6 +12,10 @@ (Type) Help string + + [DEFAULT] agent_down_time = 75 + (IntOpt) Seconds to regard the agent is down; should be at least twice report_interval, to be sure the agent is down for good. + [DEFAULT] agent_mode = legacy (StrOpt) The working mode for the agent. Allowed modes are: 'legacy' - this preserves the existing behavior where the L3 agent is deployed on a centralized networking node to provide L3 services like DNAT, and SNAT. Use this mode if you do not want to adopt DVR. 'dvr' - this mode enables DVR functionality and must be used for an L3 agent that runs on a compute host. 'dvr_snat' - this enables centralized SNAT support in conjunction with DVR. This mode must be used for an L3 agent running on a centralized node (or in single-host deployments, e.g. devstack) @@ -37,21 +41,81 @@ (IntOpt) Interval between checks of child process liveness (seconds) - [DEFAULT] device_connection_timeout = 30 - (IntOpt) Time in seconds for connecting to a hosting device + [DEFAULT] dhcp_agents_per_network = 1 + (IntOpt) Number of DHCP agents scheduled to host a network. [DEFAULT] dvr_base_mac = fa:16:3f:00:00:00 (StrOpt) The base mac address used for unique DVR instances by Neutron - [DEFAULT] hosting_device_dead_timeout = 300 - (IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding. + [DEFAULT] enable_metadata_proxy = True + (BoolOpt) Allow running metadata proxy. + + + [DEFAULT] gateway_external_network_id = + (StrOpt) UUID of external network for routers implemented by the agents. + + + [DEFAULT] ha_confs_path = $state_path/ha_confs + (StrOpt) Location to store keepalived/conntrackd config files + + + [DEFAULT] ha_vrrp_advert_int = 2 + (IntOpt) The advertisement interval in seconds + + + [DEFAULT] ha_vrrp_auth_password = None + (StrOpt) VRRP authentication password + + + [DEFAULT] ha_vrrp_auth_type = PASS + (StrOpt) VRRP authentication type AH/PASS + + + [DEFAULT] handle_internal_only_routers = True + (BoolOpt) Agent should implement routers with no gateway [DEFAULT] kombu_reconnect_delay = 1.0 (FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification. + + [DEFAULT] l3_ha = False + (BoolOpt) Enable HA mode for virtual routers. + + + [DEFAULT] l3_ha_net_cidr = 169.254.192.0/18 + (StrOpt) Subnet used for the l3 HA admin network. + + + [DEFAULT] loadbalancer_pool_scheduler_driver = neutron.services.loadbalancer.agent_scheduler.ChanceScheduler + (StrOpt) Driver to use for scheduling pool to a default loadbalancer agent + + + [DEFAULT] max_l3_agents_per_router = 3 + (IntOpt) Maximum number of agents on which a router will be scheduled. + + + [DEFAULT] max_routes = 30 + (IntOpt) Maximum number of routes + + + [DEFAULT] metadata_port = 9697 + (IntOpt) TCP Port used by Neutron metadata namespace proxy. + + + [DEFAULT] min_l3_agents_per_router = 2 + (IntOpt) Minimum number of agents on which a router will be scheduled. + + + [DEFAULT] network_auto_schedule = True + (BoolOpt) Allow auto scheduling networks to DHCP agent. + + + [DEFAULT] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.ChanceScheduler + (StrOpt) Driver to use for scheduling network to DHCP agent + [DEFAULT] nova_api_insecure = False (BoolOpt) If True, ignore any SSL validation issues @@ -76,6 +140,10 @@ [DEFAULT] nova_metadata_protocol = http (StrOpt) Protocol to access nova metadata, http or https + + [DEFAULT] qpid_receiver_capacity = 1 + (IntOpt) The number of prefetched messages held by receiver. + [DEFAULT] ra_confs = $state_path/ra (StrOpt) Location to store IPv6 RA config files @@ -84,17 +152,29 @@ [DEFAULT] rabbit_login_method = AMQPLAIN (StrOpt) the RabbitMQ login method + + [DEFAULT] router_auto_schedule = True + (BoolOpt) Allow auto scheduling of routers to L3 agent. + + + [DEFAULT] router_delete_namespaces = False + (BoolOpt) Delete namespace after removing a router. + [DEFAULT] router_distributed = False (BoolOpt) System-wide flag to determine the type of router that tenants can create. Only admin can override. - [DEFAULT] routing_svc_helper_class = neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper - (StrOpt) Path of the routing service helper class. + [DEFAULT] router_id = + (StrOpt) If namespaces is disabled, the l3 agent can only configure a router that has the matching router ID. - [DEFAULT] rpc_loop_interval = 10 - (IntOpt) Interval when the process_services() loop executes in seconds. This is when the config agent lets each service helper to process its neutron resources. + [DEFAULT] router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.ChanceScheduler + (StrOpt) Driver to use for scheduling router to a default L3 agent + + + [DEFAULT] send_arp_for_ha = 3 + (IntOpt) Send this many gratuitous ARPs for HA setup, if less than or equal to 0, the feature is disabled [DEFAULT] transport_url = None @@ -136,6 +216,14 @@ [CONTRAIL] api_server_port = 8082 (IntOpt) Port to connect to opencontrail controller + + [HYPERV] network_vlan_ranges = [] + (ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> + + + [HYPERV] tenant_network_type = local + (StrOpt) Network type for tenant networks (local, flat, vlan or none) + [NOVA] node_override_vif_distributed = [] (ListOpt) Nova compute nodes to manually set VIF type to distributed @@ -152,10 +240,98 @@ [NOVA] node_override_vif_vrouter = [] (ListOpt) Nova compute nodes to manually set VIF type to vrouter + + [NSX_DHCP] default_lease_time = 43200 + (IntOpt) Default DHCP lease time + + + [NSX_DHCP] domain_name = openstacklocal + (StrOpt) Domain to use for building the hostnames + + + [NSX_DHCP] extra_domain_name_servers = [] + (ListOpt) Comma separated list of additional domain name servers + + + [NSX_LSN] sync_on_missing_data = False + (BoolOpt) Pull LSN information from NSX in case it is missing from the local data store. This is useful to rebuild the local store in case of server recovery. + + + [NSX_METADATA] metadata_server_address = 127.0.0.1 + (StrOpt) IP address used by Metadata server. + + + [NSX_METADATA] metadata_server_port = 8775 + (IntOpt) TCP Port used by Metadata server. + + + [NSX_METADATA] metadata_shared_secret = + (StrOpt) Shared secret to sign instance-id request + [OVS] use_veth_interconnection = False (BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges. + + [PHYSICAL_INTERFACE] physical_interface = eth0 + (StrOpt) The network interface to use when creatinga port + + + [QUOTAS] quota_firewall = 1 + (IntOpt) Number of firewalls allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_firewall_policy = 1 + (IntOpt) Number of firewall policies allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_firewall_rule = 100 + (IntOpt) Number of firewall rules allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_floatingip = 50 + (IntOpt) Number of floating IPs allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_health_monitor = -1 + (IntOpt) Number of health monitors allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_member = -1 + (IntOpt) Number of pool members allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_network_gateway = 5 + (IntOpt) Number of network gateways allowed per tenant, -1 for unlimited + + + [QUOTAS] quota_packet_filter = 100 + (IntOpt) Number of packet_filters allowed per tenant, -1 for unlimited + + + [QUOTAS] quota_pool = 10 + (IntOpt) Number of pools allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_router = 10 + (IntOpt) Number of routers allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_security_group = 10 + (IntOpt) Number of security groups allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_security_group_rule = 100 + (IntOpt) Number of security rules allowed per tenant. A negative value means unlimited. + + + [QUOTAS] quota_vip = 10 + (IntOpt) Number of vips allowed per tenant. A negative value means unlimited. + + + [SECURITYGROUP] enable_ipset = True + (BoolOpt) Use ipset to speed-up the iptables based security groups. + [SRIOV_NIC] exclude_devices = [] (ListOpt) List of <network_device>:<excluded_devices> mapping network_device to the agent's node-specific list of virtual functions that should not be used for virtual networking. excluded_devices is a semicolon separated list of virtual functions (BDF format).to exclude from network_device. The network_device in the mapping should appear in the physical_device_mappings list. @@ -164,6 +340,22 @@ [SRIOV_NIC] physical_device_mappings = [] (ListOpt) List of <physical_network>:<network_device> mapping physical network names to the agent's node-specific physical network device of SR-IOV physical function to be used for VLAN networks. All physical networks listed in network_vlan_ranges on the server should have mappings to appropriate interfaces on each agent + + [SWITCH] address = + (StrOpt) The address of the host to SSH to + + + [SWITCH] ostype = NOS + (StrOpt) Currently unused + + + [SWITCH] password = + (StrOpt) The SSH password to use + + + [SWITCH] username = + (StrOpt) The SSH username to use + [SYNCMANAGER] enable_sync = False (BoolOpt) Nuage plugin will sync resources between openstack and VSD @@ -172,6 +364,22 @@ [SYNCMANAGER] sync_interval = 0 (IntOpt) Sync interval in seconds between openstack and VSD. It defines how often the synchronization is done. If not set, value of 0 is assumed and sync will be performed only once, at the Neutron startup time. + + [cfg_agent] device_connection_timeout = 30 + (IntOpt) Time in seconds for connecting to a hosting device + + + [cfg_agent] hosting_device_dead_timeout = 300 + (IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding. + + + [cfg_agent] routing_svc_helper_class = neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper + (StrOpt) Path of the routing service helper class. + + + [cfg_agent] rpc_loop_interval = 10 + (IntOpt) Interval when the process_services() loop executes in seconds. This is when the config agent lets each service helper to process its neutron resources. + [database] mysql_sql_mode = TRADITIONAL (StrOpt) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode= @@ -382,15 +590,15 @@ [ml2_fslsdn] crd_api_insecure = False - (BoolOpt) If set, ignore any SSL validation issues + (BoolOpt) If set, ignore any SSL validation issues. [ml2_fslsdn] crd_auth_strategy = keystone - (StrOpt) Auth strategy for connecting to neutron in admin context + (StrOpt) Auth strategy for connecting to neutron in admin context. [ml2_fslsdn] crd_auth_url = http://127.0.0.1:5000/v2.0/ - (StrOpt) CRD Auth URL + (StrOpt) CRD Auth URL. [ml2_fslsdn] crd_ca_certificates_file = None @@ -398,27 +606,27 @@ [ml2_fslsdn] crd_password = password - (StrOpt) CRD Service Password + (StrOpt) CRD Service Password. [ml2_fslsdn] crd_region_name = RegionOne - (StrOpt) Region name for connecting to CRD Service in admin context + (StrOpt) Region name for connecting to CRD Service in admin context. [ml2_fslsdn] crd_tenant_name = service - (StrOpt) CRD Tenant Name + (StrOpt) CRD Tenant Name. [ml2_fslsdn] crd_url = http://127.0.0.1:9797 - (StrOpt) URL for connecting to CRD service + (StrOpt) URL for connecting to CRD service. [ml2_fslsdn] crd_url_timeout = 30 - (IntOpt) Timeout value for connecting to CRD service in seconds + (IntOpt) Timeout value for connecting to CRD service in seconds. [ml2_fslsdn] crd_user_name = crd - (StrOpt) CRD service Username + (StrOpt) CRD service Username. [ml2_sriov] agent_required = False @@ -448,14 +656,126 @@ [n1kv] t2_port_profile = osn_t2_pp (StrOpt) Name of N1kv port profile for T2 ports (i.e., ports carrying traffic from VLAN segmented networks). + + [netscaler_driver] netscaler_ncc_password = None + (StrOpt) Password to login to the NetScaler Control Center Server. + + + [netscaler_driver] netscaler_ncc_uri = None + (StrOpt) The URL to reach the NetScaler Control Center Server. + + + [netscaler_driver] netscaler_ncc_username = None + (StrOpt) Username to login to the NetScaler Control Center Server. + + + [plumgriddirector] director_server = localhost + (StrOpt) PLUMgrid Director server to connect to + + + [plumgriddirector] director_server_port = 8080 + (StrOpt) PLUMgrid Director server port to connect to + [plumgriddirector] driver = neutron.plugins.plumgrid.drivers.plumlib.Plumlib (StrOpt) PLUMgrid Driver + + [plumgriddirector] password = password + (StrOpt) PLUMgrid Director admin password + + + [plumgriddirector] servertimeout = 5 + (IntOpt) PLUMgrid Director server timeout + + + [plumgriddirector] username = username + (StrOpt) PLUMgrid Director admin username + + + [radware] actions_to_skip = ['setup_l2_l3'] + (ListOpt) List of actions that are not pushed to the completion queue. + [radware] ha_secondary_address = None (StrOpt) IP address of secondary vDirect server. + + [radware] l2_l3_ctor_params = {'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'ha_ip_pool_name': 'default', 'twoleg_enabled': '_REPLACE_', 'allocate_ha_ips': True, 'allocate_ha_vrrp': True} + (DictOpt) Parameter for l2_l3 workflow constructor. + + + [radware] l2_l3_setup_params = {'data_ip_address': '192.168.200.99', 'data_port': 1, 'gateway': '192.168.200.1', 'ha_port': 2, 'data_ip_mask': '255.255.255.0'} + (DictOpt) Parameter for l2_l3 workflow setup. + + + [radware] l2_l3_workflow_name = openstack_l2_l3 + (StrOpt) Name of l2_l3 workflow. Default: openstack_l2_l3. + + + [radware] l4_action_name = BaseCreate + (StrOpt) Name of the l4 workflow action. Default: BaseCreate. + + + [radware] l4_workflow_name = openstack_l4 + (StrOpt) Name of l4 workflow. Default: openstack_l4. + + + [radware] service_adc_type = VA + (StrOpt) Service ADC type. Default: VA. + + + [radware] service_adc_version = + (StrOpt) Service ADC version. + + + [radware] service_cache = 20 + (IntOpt) Size of service cache. Default: 20. + + + [radware] service_compression_throughput = 100 + (IntOpt) Service compression throughput. Default: 100. + + + [radware] service_ha_pair = False + (BoolOpt) Enables or disables the Service HA pair. Default: False. + + + [radware] service_isl_vlan = -1 + (IntOpt) A required VLAN for the interswitch link to use. + + + [radware] service_resource_pool_ids = [] + (ListOpt) Resource pool IDs. + + + [radware] service_session_mirroring_enabled = False + (BoolOpt) Enable or disable Alteon interswitch link for stateful session failover. Default: False. + + + [radware] service_ssl_throughput = 100 + (IntOpt) Service SSL throughput. Default: 100. + + + [radware] service_throughput = 1000 + (IntOpt) Service throughput. Default: 1000. + + + [radware] vdirect_address = None + (StrOpt) IP address of vDirect server. + + + [radware] vdirect_password = radware + (StrOpt) vDirect user password. + + + [radware] vdirect_user = vDirect + (StrOpt) vDirect user name. + + + [vpnagent] vpn_device_driver = ['neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver'] + (MultiStrOpt) The vpn device drivers Neutron will use + @@ -479,6 +799,11 @@ + + + + + @@ -504,11 +829,6 @@ - - - - - @@ -519,11 +839,6 @@ - - - - - @@ -559,11 +874,6 @@ - - - - -
New default values
amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, iso8601=WARN amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN
[DEFAULT] endpoint_typeadminURLpublicURL
[DEFAULT] force_gateway_on_subnet Falseneutron.openstack.common.rpc.matchmaker.MatchMakerLocalhost oslo.messaging._drivers.matchmaker.MatchMakerLocalhost
[DEFAULT] send_arp_for_ha03
[CISCO_N1K] poll_duration 10unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, midonet, mlnx_direct, hostdev, other unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, midonet, mlnx_direct, hostdev, hw_veb, dvs, other, distributed, vrouter
[QUOTAS] quota_firewall_rule-1100
[SDNVE] default_tenant_type OF300 10
[radware] l2_l3_ctor_params{'ha_ip_pool_name': 'default', 'allocate_ha_vrrp': True, 'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'allocate_ha_ips': True}{'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'ha_ip_pool_name': 'default', 'twoleg_enabled': '_REPLACE_', 'allocate_ha_ips': True, 'allocate_ha_vrrp': True}
diff --git a/doc/common/tables/nova-conf-changes.xml b/doc/common/tables/nova-conf-changes.xml index 76af000ab1..37d50698ca 100644 --- a/doc/common/tables/nova-conf-changes.xml +++ b/doc/common/tables/nova-conf-changes.xml @@ -32,6 +32,14 @@ + + + + + + + + @@ -176,6 +184,10 @@ + + + + @@ -305,7 +317,7 @@ - + @@ -353,10 +365,6 @@ - - - - @@ -369,10 +377,6 @@ - - - - @@ -401,10 +405,6 @@ - - - - @@ -437,10 +437,6 @@ - - - - @@ -449,10 +445,6 @@ - - - - @@ -461,13 +453,5 @@ - - - - - - - -
Deprecated options
[DEFAULT] quota_injected_file_path_length = 255 (IntOpt) Length of injected file path
[DEFAULT] quota_server_group_members = 10(IntOpt) Number of servers per server group
[DEFAULT] quota_server_groups = 10(IntOpt) Number of server groups per project
[DEFAULT] scheduler_use_baremetal_filters = False (BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters or not.[libvirt] gid_maps = [] (ListOpt) List of guid targets and ranges.Syntax is guest-gid:host-gid:countMaximum of 5 allowed.
[libvirt] hw_disk_discard = None(StrOpt) Discard option for nova managed disks (valid options are: ignore, unmap). Need Libvirt(1.0.6) Qemu1.5 (raw format) Qemu1.6(qcow2 format)
[libvirt] hw_machine_type = None (ListOpt) For qemu or KVM guests, set this option to specify a default machine type per host architecture. You can find a list of supported machine types in your environment by checking the output of the "virsh capabilities"command. The format of the value for this config option is host-arch=machine-type. For example: x86_64=machinetype1,armv7l=machinetype2
[DEFAULT] default_log_levels amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARNamqp=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, keystonemiddleware=WARN, routes.middleware=WARNamqp=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, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN
[DEFAULT] dhcp_lease_timeNew Option
[DEFAULT] cinder_api_insecure[cinder] api_insecure
[DEFAULT] quota_injected_file_path_bytes [DEFAULT] quota_injected_file_path_length[DEFAULT] neutron_ca_certificates_file [neutron] ca_certificates_file
[DEFAULT] cinder_ca_certificates_file[cinder] ca_certificates_file
[DEFAULT] neutron_api_insecure [neutron] api_insecure[DEFAULT] neutron_metadata_proxy_shared_secret [neutron] metadata_proxy_shared_secret
[DEFAULT] cinder_cross_az_attach[cinder] cross_az_attach
[DEFAULT] glance_port [glance] port[DEFAULT] glance_api_insecure [glance] api_insecure
[DEFAULT] cinder_http_retries[cinder] http_retries
[DEFAULT] glance_host [glance] host[DEFAULT] neutron_admin_auth_url [neutron] admin_auth_url
[DEFAULT] cinder_endpoint_template[cinder] endpoint_template
[DEFAULT] neutron_extension_sync_interval [neutron] extension_sync_interval[DEFAULT] neutron_url_timeout [neutron] url_timeout
[DEFAULT] os_region_name[cinder] os_region_name
[DEFAULT] cinder_catalog_info[cinder] catalog_info
diff --git a/doc/common/tables/trove-conf-changes.xml b/doc/common/tables/trove-conf-changes.xml index 5f202dde32..ac96fe89c4 100644 --- a/doc/common/tables/trove-conf-changes.xml +++ b/doc/common/tables/trove-conf-changes.xml @@ -14,11 +14,11 @@ [DEFAULT] bind_host = 0.0.0.0 - (StrOpt) The IP address the API will listen on. + (StrOpt) IP address the API server will listen on. [DEFAULT] black_list_regex = None - (StrOpt) None + (StrOpt) Exclude IP addresses that match this regular expression. [DEFAULT] cinder_service_type = volumev2 @@ -26,19 +26,19 @@ [DEFAULT] cinder_volume_type = None - (StrOpt) Volume type to use when provisioning a cinder volume. + (StrOpt) Volume type to use when provisioning a Cinder volume. [DEFAULT] cluster_delete_time_out = 180 - (IntOpt) None + (IntOpt) Maximum time (in seconds) to wait for a cluster delete. [DEFAULT] cluster_usage_timeout = 675 - (IntOpt) Timeout to wait for a cluster to become active. + (IntOpt) Maximum time (in seconds) to wait for a cluster to become active. [DEFAULT] clusters_page_size = 20 - (IntOpt) None + (IntOpt) Page size for listing clusters. [DEFAULT] conductor_manager = trove.conductor.manager.Manager @@ -54,11 +54,11 @@ [DEFAULT] http_mgmt_post_rate = 200 - (IntOpt) None + (IntOpt) Maximum number of management HTTP 'POST' requests (per minute). [DEFAULT] network_driver = trove.network.nova.NovaNetwork - (StrOpt) Describes the actual network manager used for the management of network attributes (security groups, floating IPs, etc.) + (StrOpt) Describes the actual network manager used for the management of network attributes (security groups, floating IPs, etc.). [DEFAULT] neutron_service_type = network @@ -78,7 +78,7 @@ [DEFAULT] remote_neutron_client = trove.common.remote.neutron_client - (StrOpt) None + (StrOpt) Client to send Neutron calls to. [DEFAULT] swift_service_type = object-store @@ -86,7 +86,7 @@ [DEFAULT] usage_timeout = 600 - (IntOpt) Timeout to wait for a guest to become active. + (IntOpt) Maximum time (in seconds) to wait for a Guest to become active. [DEFAULT] use_nova_server_config_drive = False @@ -96,25 +96,41 @@ [DEFAULT] use_syslog_rfc_format = False (BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J. + + [cassandra] backup_incremental_strategy = {} + (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup. + + + [cassandra] backup_namespace = None + (StrOpt) Namespace to load backup strategies from. + [cassandra] device_path = /dev/vdb - (StrOpt) None + (StrOpt) Device path for volume if volume support is enabled. [cassandra] replication_strategy = None (StrOpt) Default strategy for replication. + + [cassandra] restore_namespace = None + (StrOpt) Namespace to load restore strategies from. + [cassandra] volume_support = True - (BoolOpt) Whether to provision a cinder volume for datadir. + (BoolOpt) Whether to provision a Cinder volume for datadir. + + + [couchbase] backup_incremental_strategy = {} + (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup. [couchbase] backup_namespace = trove.guestagent.strategies.backup.couchbase_impl - (StrOpt) None + (StrOpt) Namespace to load backup strategies from. [couchbase] device_path = /dev/vdb - (StrOpt) None + (StrOpt) Device path for volume if volume support is enabled. [couchbase] replication_strategy = None @@ -122,7 +138,7 @@ [couchbase] restore_namespace = trove.guestagent.strategies.restore.couchbase_impl - (StrOpt) None + (StrOpt) Namespace to load restore strategies from. [couchbase] root_on_create = True @@ -130,7 +146,7 @@ [couchbase] volume_support = True - (BoolOpt) Whether to provision a cinder volume for datadir. + (BoolOpt) Whether to provision a Cinder volume for datadir. [keystone_authtoken] check_revocations_for_cached = False @@ -148,17 +164,25 @@ [mongodb] api_strategy = trove.common.strategies.mongodb.api.MongoDbAPIStrategy (StrOpt) Class that implements datastore-specific API logic. + + [mongodb] backup_incremental_strategy = {} + (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup. + + + [mongodb] backup_namespace = None + (StrOpt) Namespace to load backup strategies from. + [mongodb] cluster_support = True (BoolOpt) Enable clusters to be created and managed. [mongodb] device_path = /dev/vdb - (StrOpt) None + (StrOpt) Device path for volume if volume support is enabled. [mongodb] guestagent_strategy = trove.common.strategies.mongodb.guestagent.MongoDbGuestAgentStrategy - (StrOpt) Class that implements datastore-specific guest agent API logic. + (StrOpt) Class that implements datastore-specific Guest Agent API logic. [mongodb] num_config_servers_per_cluster = 3 @@ -172,25 +196,29 @@ [mongodb] replication_strategy = None (StrOpt) Default strategy for replication. + + [mongodb] restore_namespace = None + (StrOpt) Namespace to load restore strategies from. + [mongodb] taskmanager_strategy = trove.common.strategies.mongodb.taskmanager.MongoDbTaskManagerStrategy (StrOpt) Class that implements datastore-specific task manager logic. [mongodb] volume_support = True - (BoolOpt) Whether to provision a cinder volume for datadir. + (BoolOpt) Whether to provision a Cinder volume for datadir. [mysql] backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'} - (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup. + (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup. [mysql] backup_namespace = trove.guestagent.strategies.backup.mysql_impl - (StrOpt) None + (StrOpt) Namespace to load backup strategies from. [mysql] device_path = /dev/vdb - (StrOpt) None + (StrOpt) Device path for volume if volume support is enabled. [mysql] replication_namespace = trove.guestagent.strategies.replication.mysql_binlog @@ -210,23 +238,23 @@ [mysql] restore_namespace = trove.guestagent.strategies.restore.mysql_impl - (StrOpt) None + (StrOpt) Namespace to load restore strategies from. [mysql] volume_support = True - (BoolOpt) Whether to provision a cinder volume for datadir. + (BoolOpt) Whether to provision a Cinder volume for datadir. [percona] backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'} - (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup. + (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup. [percona] backup_namespace = trove.guestagent.strategies.backup.mysql_impl - (StrOpt) None + (StrOpt) Namespace to load backup strategies from. [percona] device_path = /dev/vdb - (StrOpt) None + (StrOpt) Device path for volume if volume support is enabled. [percona] replication_namespace = trove.guestagent.strategies.replication.mysql_binlog @@ -246,15 +274,19 @@ [percona] restore_namespace = trove.guestagent.strategies.restore.mysql_impl - (StrOpt) None + (StrOpt) Namespace to load restore strategies from. [percona] volume_support = True - (BoolOpt) Whether to provision a cinder volume for datadir. + (BoolOpt) Whether to provision a Cinder volume for datadir. + + + [postgresql] backup_incremental_strategy = {} + (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup. [postgresql] backup_namespace = trove.guestagent.strategies.backup.postgresql_impl - (StrOpt) None + (StrOpt) Namespace to load backup strategies from. [postgresql] backup_strategy = PgDump @@ -278,7 +310,7 @@ [postgresql] restore_namespace = trove.guestagent.strategies.restore.postgresql_impl - (StrOpt) None + (StrOpt) Namespace to load restore strategies from. [postgresql] root_on_create = False @@ -294,19 +326,31 @@ [postgresql] volume_support = True - (BoolOpt) Whether to provision a cinder volume for datadir. + (BoolOpt) Whether to provision a Cinder volume for datadir. + + + [redis] backup_incremental_strategy = {} + (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup. + + + [redis] backup_namespace = None + (StrOpt) Namespace to load backup strategies from. [redis] device_path = None - (StrOpt) None + (StrOpt) Device path for volume if volume support is enabled. [redis] replication_strategy = None (StrOpt) Default strategy for replication. + + [redis] restore_namespace = None + (StrOpt) Namespace to load restore strategies from. + [redis] volume_support = False - (BoolOpt) Whether to provision a cinder volume for datadir. + (BoolOpt) Whether to provision a Cinder volume for datadir. @@ -321,11 +365,6 @@ - - - - - @@ -341,6 +380,11 @@ + + + + + @@ -383,16 +427,104 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
New default value
[DEFAULT] agent_call_high_timeout601000
[DEFAULT] cinder_url http://localhost:8776/v2http://localhost:8004/v1 None
[DEFAULT] notification_service_id{'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed'}{'postgresql': 'ac277e0d-4f21-40aa-b347-1ea31e571720', 'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed'}
[DEFAULT] nova_compute_url http://localhost:8774/v2
[DEFAULT] hostname_require_ipv4[DEFAULT] hostname_require_valid_ip[DEFAULT] backup_namespace[redis] backup_namespace
[DEFAULT] backup_strategy[mysql] backup_strategy
[DEFAULT] restore_namespace[mysql] restore_namespace
[DEFAULT] restore_namespace[mongodb] restore_namespace
[DEFAULT] restore_namespace[redis] restore_namespace
[DEFAULT] backup_namespace[cassandra] backup_namespace
[DEFAULT] backup_strategy[redis] backup_strategy
[DEFAULT] backup_incremental_strategy[couchbase] backup_incremental_strategy
[DEFAULT] backup_namespace[mongodb] backup_namespace
[DEFAULT] backup_strategy[cassandra] backup_strategy
[DEFAULT] restore_namespace[percona] restore_namespace
[DEFAULT] backup_namespace[couchbase] backup_namespace
[DEFAULT] restore_namespace[couchbase] restore_namespace
[DEFAULT] backup_incremental_strategy[cassandra] backup_incremental_strategy
[DEFAULT] backup_incremental_strategy[mongodb] backup_incremental_strategy
[DEFAULT] backup_incremental_strategy [percona] backup_incremental_strategy
[DEFAULT] backup_strategy[mongodb] backup_strategy
[DEFAULT] backup_incremental_strategy [mysql] backup_incremental_strategy
[DEFAULT] restore_namespace[cassandra] restore_namespace
[DEFAULT] hostname_require_ipv4[DEFAULT] hostname_require_valid_ip
[DEFAULT] backup_namespace[mysql] backup_namespace
[DEFAULT] backup_strategy[percona] backup_strategy
[DEFAULT] backup_incremental_strategy[redis] backup_incremental_strategy
[DEFAULT] backup_namespace[percona] backup_namespace
[DEFAULT] backup_strategy[couchbase] backup_strategy