Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- # Show more verbose log output (sets INFO log level output)
- verbose = True
- # Show debugging output in logs (sets DEBUG log level output)
- debug = True
- # Address to bind the API server
- bind_host = 0.0.0.0
- # Port the bind the API server to
- bind_port = 8779
- control_exchange = trove
- rpc_backend=rabbit
- os_region_name = RegionOne
- #rabbit_host = {controller_ip}
- #rabbit_password = root
- transport_url = rabbit://openstack:[email protected]
- nova_proxy_admin_user = admin
- nova_proxy_admin_pass = root
- nova_proxy_admin_tenant_name = service
- trove_auth_url = http://{controller_ip}:35357/v2.0
- log_dir=/var/log/trove
- log_file=trove.log
- swift_url = http://{controller_ip}:8080/v1/AUTH_
- backup_swift_container = database_backups
- backup_use_gzip_compression = True
- backup_use_openssl_encryption = True
- backup_aes_cbc_key = "default_aes_cbc_key"
- backup_use_snet = False
- backup_chunk_size = 65536
- backup_segment_max_size = 2147483648
- [mysql]
- # For mysql, the following are the defaults for backup, and restore:
- backup_strategy = MySQLDump
- backup_namespace = trove.guestagent.strategies.backup.mysql_impl
- restore_namespace = trove.guestagent.strategies.restore.mysql_impl
- # Default configuration for mysql replication
- replication_strategy = MysqlBinlogReplication
- replication_namespace = trove.guestagent.strategies.replication.mysql_binlog
- replication_user = slave_user
- replication_password = slave_password
- # Users to ignore for user create/list/delete operations
- ignore_users = os_admin
Add Comment
Please, Sign In to add comment