New, updated, and deprecated options in Ocata for Database service

New, updated, and deprecated options in Ocata for Database service

New options
Option = default value (Type) Help string
[DEFAULT] enable_secure_rpc_messaging = True (BoolOpt) Should RPC messaging traffic be secured by encryption.
[DEFAULT] glance_endpoint_type = publicURL (StrOpt) Service endpoint type to use when searching catalog.
[DEFAULT] glance_service_type = image (StrOpt) Service type to use when searching catalog.
[DEFAULT] glance_url = None (URIOpt) URL ending in AUTH_.
[DEFAULT] inst_rpc_key_encr_key = emYjgHFqfXNB1NGehAFIUeoyw4V4XwWHEaKP (StrOpt) Key (OpenSSL aes_cbc) to encrypt instance keys in DB.
[DEFAULT] instance_rpc_encr_key = None (StrOpt) Key (OpenSSL aes_cbc) for instance RPC encryption.
[DEFAULT] remote_glance_client = trove.common.glance_remote.glance_client (StrOpt) Client to send Glance calls to.
[DEFAULT] remote_trove_client = trove.common.trove_remote.trove_client (StrOpt) Client to send Trove calls to.
[DEFAULT] taskmanager_rpc_encr_key = bzH6y0SGmjuoY0FNSTptrhgieGXNDX6PIhvz (StrOpt) Key (OpenSSL aes_cbc) for taskmanager RPC encryption.
[DEFAULT] trove_endpoint_type = publicURL (StrOpt) Service endpoint type to use when searching catalog.
[DEFAULT] trove_service_type = database (StrOpt) Service type to use when searching catalog.
[DEFAULT] trove_url = None (StrOpt) URL without the tenant segment.
[cassandra] database_controller = trove.extensions.cassandra.service.CassandraDatabaseController (StrOpt) Database controller implementation.
[cassandra] enable_cluster_instance_backup = False (BoolOpt) Allows backup of single instance in the cluster.
[cassandra] enable_saslauthd = False (BoolOpt) Enable the saslauth daemon.
[cassandra] node_sync_time = 60 (IntOpt) Time (in seconds) given to a node after a state change to finish rejoining the cluster.
[cassandra] user_access_controller = trove.extensions.cassandra.service.CassandraUserAccessController (StrOpt) User access controller implementation.
[cassandra] user_controller = trove.extensions.cassandra.service.CassandraUserController (StrOpt) User controller implementation.
[oslo_policy] policy_default_rule = default (StrOpt) Default rule. Enforced when a requested rule is not found.
[oslo_policy] policy_dirs = ['policy.d'] (MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.
[oslo_policy] policy_file = policy.json (StrOpt) The file that defines policies.
New default values
Option Previous default value New default value
[DEFAULT] quota_notification_interval 3600 None
[upgrade_levels] conductor icehouse latest
[upgrade_levels] guestagent icehouse latest
[upgrade_levels] taskmanager icehouse latest
Deprecated options
Deprecated option New Option
[DEFAULT] rpc_thread_pool_size [DEFAULT] executor_thread_pool_size
[DEFAULT] use_syslog None
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.