Guest User

Untitled

a guest
Apr 10th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. [DEFAULT]
  2.  
  3. # Show more verbose log output (sets INFO log level output)
  4. verbose = True
  5.  
  6. # Show debugging output in logs (sets DEBUG log level output)
  7. debug = True
  8.  
  9. # Address to bind the API server
  10. bind_host = 0.0.0.0
  11.  
  12. # Port the bind the API server to
  13. bind_port = 8779
  14. control_exchange = trove
  15. rpc_backend=rabbit
  16. os_region_name = RegionOne
  17.  
  18. #rabbit_host = {controller_ip}
  19.  
  20. #rabbit_password = root
  21. transport_url = rabbit://openstack:[email protected]
  22. nova_proxy_admin_user = admin
  23. nova_proxy_admin_pass = root
  24. nova_proxy_admin_tenant_name = service
  25. trove_auth_url = http://{controller_ip}:35357/v2.0
  26. log_dir=/var/log/trove
  27. log_file=trove.log
  28. swift_url = http://{controller_ip}:8080/v1/AUTH_
  29. backup_swift_container = database_backups
  30. backup_use_gzip_compression = True
  31. backup_use_openssl_encryption = True
  32. backup_aes_cbc_key = "default_aes_cbc_key"
  33. backup_use_snet = False
  34. backup_chunk_size = 65536
  35. backup_segment_max_size = 2147483648
  36.  
  37. [mysql]
  38. # For mysql, the following are the defaults for backup, and restore:
  39. backup_strategy = MySQLDump
  40. backup_namespace = trove.guestagent.strategies.backup.mysql_impl
  41. restore_namespace = trove.guestagent.strategies.restore.mysql_impl
  42. # Default configuration for mysql replication
  43. replication_strategy = MysqlBinlogReplication
  44. replication_namespace = trove.guestagent.strategies.replication.mysql_binlog
  45. replication_user = slave_user
  46. replication_password = slave_password
  47.  
  48. # Users to ignore for user create/list/delete operations
  49. ignore_users = os_admin
Add Comment
Please, Sign In to add comment