Guest User

Untitled

a guest
Jan 19th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1.  
  2. [DEFAULT]
  3. logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
  4. logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
  5. logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
  6. logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_identity)s%(color)s] %(instance)s%(color)s%(message)s
  7. notification_topics = notifications
  8. notification_driver =
  9. policy_file = /etc/designate/policy.json
  10. root-helper = sudo
  11. state_path = /opt/stack/data/designate
  12. verbose = True
  13. debug = True
  14. rpc_backend = rabbit
  15.  
  16. [handler:neutron_floatingip]
  17. domain_id = <random uuid>
  18. notification_topics = monitor
  19. control_exchange = 'neutron'
  20. format = '%(display_name)s.%(domain)s'
  21.  
  22. [oslo_messaging_rabbit]
  23. rabbit_userid = stackrabbit
  24. rabbit_password = password
  25. rabbit_hosts = 10.40.20.96
  26.  
  27. [storage:sqlalchemy]
  28. connection = mysql+pymysql://root:password@127.0.0.1/designate?charset=utf8
  29.  
  30. [service:pool_manager]
  31. periodic_sync_interval = 1800
  32. periodic_recovery_interval = 120
  33. cache_driver = memcache
  34. pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842
  35. enabled_notification_handlers = nova_fixed, neutron_floatingip
  36.  
  37.  
  38.  
  39. [handler:nova_fixed]
  40. domain_id = <random uuid>
  41. notification_topics = monitor
  42. control_exchange = 'nova'
  43. format = '%(display_name)s.%(domain)s'
  44.  
  45. [pool:794ccc2c-d751-44fe-b57f-8894c9f5c842]
  46. nameservers = 4fdd063a-c1d3-432e-8139-3ea042d430ff
  47. targets = f26e0b32-736f-4f0a-831b-039a415c481e
  48.  
  49. [service:api]
  50. auth_strategy = keystone
  51. api_port = 9001
  52. enable_api_admin = True
  53. enable_api_v2 = True
  54. enable_api_v1 = True
  55. api_base_uri = http://10.40.20.96:9001/
  56. api_host = 10.40.20.96
  57. enabled_extensions_admin = quotas
  58. enabled_extensions_v2 =
  59. enabled_extensions_v1 = quotas
  60.  
  61. [service:mdns]
  62. port = 5354
  63. host = 10.40.20.96
  64.  
  65. [service:sink]
  66. enabled_notification_handlers = nova_fixed, neutron_floatingip
  67.  
  68.  
  69.  
  70. [oslo_concurrency]
  71. lock_path = /opt/stack/data/designate
  72.  
  73. [keystone_authtoken]
  74. signing_dir = /var/cache/designate
  75. cafile = /opt/stack/data/ca-bundle.pem
  76. auth_uri = http://10.40.20.96:5000
  77. project_domain_id = default
  78. project_name = service
  79. user_domain_id = default
  80. password = password
  81. username = designate
  82. auth_url = http://10.40.20.96:35357
  83. auth_type = password
  84.  
  85. [pool_target:f26e0b32-736f-4f0a-831b-039a415c481e]
  86. options = connection: mysql+pymysql://root:password@127.0.0.1/designate_pdns?charset=utf8, host: 10.40.20.96, port: 53
  87. masters = 10.40.20.96:5354
  88. type = powerdns
  89.  
  90. [pool_nameserver:4fdd063a-c1d3-432e-8139-3ea042d430ff]
  91. port = 53
  92. host = 10.40.20.96
Add Comment
Please, Sign In to add comment