Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s ^[[01;35m%(instance)s^[[00m
- logging_debug_format_suffix = ^[[00;33mfrom (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d^[[00m
- logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[00;36m-%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
- logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[01;36m%(request_id)s ^[[00;36m%(user_name)s %(project_name)s%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
- lock_path = /opt/stack/data/magnum
- state_path = /opt/stack/data/magnum
- debug = True
- verbose = True
- [oslo_messaging_rabbit]
- rabbit_host = 172.16.155.153
- rabbit_password = password
- rabbit_userid = stackrabbit
- [database]
- connection = mysql://root:[email protected]/magnum?charset=utf8
- [api]
- port = 9511
- host = 172.16.155.153
- [oslo_policy]
- policy_file = /etc/magnum/policy.json
- [keystone_authtoken]
- signing_dir = /var/cache/magnum
- cafile = /opt/stack/data/ca-bundle.pem
- auth_uri = http://172.16.155.153:5000
- project_domain_id = default
- project_name = service
- user_domain_id = default
- password = password
- username = magnum
- auth_url = http://172.16.155.153:35357
- auth_plugin = password
Advertisement
Add Comment
Please, Sign In to add comment