Atom feed of this document
  
Juno -  Juno -  Juno -  Juno -  Juno -  Juno -  Juno -  Juno - 

 New, updated and deprecated options in Juno for Telemetry

Table 11.30. New options
Option = default value (Type) Help string
[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.
[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.
[DEFAULT] trove_control_exchange = trove (StrOpt) Exchange name for DBaaS notifications
[alarm] project_alarm_quota = None (IntOpt) Maximum number of alarms defined for a project.
[alarm] rest_notifier_max_retries = 0 (IntOpt) Number of retries for REST notifier
[alarm] user_alarm_quota = None (IntOpt) Maximum number of alarms defined for a user.
[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.
[collector] requeue_sample_on_dispatcher_error = False (BoolOpt) Requeue the sample on the collector sample queue when the collector fails to dispatch it. This is only valid if the sample come from the notifier publisher
[compute] workload_partitioning = False (BoolOpt) Enable work-load partitioning, allowing multiple compute agents to be run simultaneously.
[coordination] backend_url = None (StrOpt) The backend URL to use for distributed coordination. If left empty, per-deployment central agent and per-host compute agent won't do workload partitioning and will only function correctly if a single instance of that service is running.
[coordination] heartbeat = 1.0 (FloatOpt) Number of seconds between heartbeats for distributed coordination (float)
[database] alarm_connection = None (StrOpt) The connection string used to connect to the alarm database. (if unset, connection is used)
[database] db_inc_retry_interval = True (BoolOpt) If True, increases the interval between database connection retries up to db_max_retry_interval.
[database] db_max_retries = 20 (IntOpt) Maximum database connection retries before error is raised. Set to -1 to specify an infinite retry count.
[database] db_max_retry_interval = 10 (IntOpt) If db_inc_retry_interval is set, the maximum seconds between database connection retries.
[database] db_retry_interval = 1 (IntOpt) Seconds between database connection retries.
[database] metering_connection = None (StrOpt) The connection string used to connect to the meteting database. (if unset, connection is used)
[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=
[database] sqlite_db = oslo.sqlite (StrOpt) The file name to use with SQLite.
[database] sqlite_synchronous = True (BoolOpt) If True, SQLite uses synchronous mode.
[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.
[hardware] readonly_user_password = password (StrOpt) SNMPd password of all the nodes running in the cloud
[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.
[keystone_authtoken] hash_algorithms = md5 (ListOpt) Hash algorithms to use for hashing PKI tokens. This may be a single algorithm or multiple. The algorithms are those supported by Python standard hashlib.new(). The hashes will be tried in the order given, so put the preferred one first for performance. The result of the first hash will be stored in the cache. This will typically be set to multiple values only while migrating from a less secure algorithm to a more secure one. Once all the old tokens are expired this option should be set to a single value for better performance.
[keystone_authtoken] identity_uri = None (StrOpt) Complete admin Identity API endpoint. This should specify the unversioned root endpoint e.g. https://localhost:35357/
[notification] messaging_urls = [] (MultiStrOpt) Messaging URLs to listen for notifications. Example: transport://user:pass@host1:port[,hostN:portN]/virtual_host (DEFAULT/transport_url is used if empty)
[publisher_notifier] metering_driver = messagingv2 (StrOpt) The driver that ceilometer uses for metering notifications.
[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
[xenapi] connection_password = None (StrOpt) Password for connection to XenServer/Xen Cloud Platform
[xenapi] connection_url = None (StrOpt) URL for connection to XenServer/Xen Cloud Platform
[xenapi] connection_username = root (StrOpt) Username for connection to XenServer/Xen Cloud Platform
[xenapi] login_timeout = 10 (IntOpt) Timeout in seconds for XenAPI login.
Table 11.31. New default values
Option Previous default value New default value
[DEFAULT] default_log_levels amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=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, stevedore=WARN
[DEFAULT] rpc_zmq_matchmaker ceilometer.openstack.common.rpc.matchmaker.MatchMakerLocalhost oslo.messaging._drivers.matchmaker.MatchMakerLocalhost
[database] connection sqlite:////usr/lib/python/site-packages/ceilometer/ceilometer/openstack/common/db/$sqlite_db None
[database] slave_connection None
[keystone_authtoken] revocation_cache_time 300 10
Table 11.32. Deprecated options
Deprecated option New Option
[rpc_notifier2] topics [DEFAULT] notification_topics
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...