Skip to content

Instantly share code, notes, and snippets.

@openstacker
Created March 28, 2017 02:59
Show Gist options
  • Save openstacker/f8894db99f43f4a4942ec85df50934ee to your computer and use it in GitHub Desktop.
Save openstacker/f8894db99f43f4a4942ec85df50934ee to your computer and use it in GitHub Desktop.
[DEFAULT]
transport_url = rabbit://stackrabbit:passw0rd@127.0.0.1:5672/
debug=True
rpc_backend = rabbit
control_exchange = zaqar
notification_driver = messaging
pooling = True
auth_strategy = keystone
admin_mode = True
unreliable = True
debug = True
enable_deprecated_api_versions=1,1.1
[notification]
require_confirmation=true
[signed_url]
secret_key = notreallysecret
[storage]
message_pipeline = zaqar.notification.notifier
[drivers:transport:wsgi]
port = 8888
bind = 127.0.0.1
[drivers]
management_store = mongodb
message_store = mongodb
transport = wsgi
[keystone_authtoken]
memcached_servers = 127.0.0.1:11211
signing_dir = /var/cache/zaqar
cafile = /opt/stack/data/ca-bundle.pem
auth_uri = http://127.0.0.1/identity
project_domain_name = Default
project_name = service
user_domain_name = Default
password = passw0rd
username = zaqar
auth_url = http://127.0.0.1/identity_admin
auth_type = password
[trustee]
auth_plugin = password
auth_url = http://127.0.0.1/identity_admin
username = zaqar
password = passw0rd
user_domain_id = default
[pooling:catalog]
enable_virtual_pool = True
[drivers:message_store:redis]
uri = redis://127.0.0.1:6379/
database = zaqar
[drivers:message_store:mongodb]
database = zaqar
uri = mongodb://localhost:27017/zaqar
[drivers:message_store:swift]
user = zaqar
password = passw0rd
tenant = service
auth_url = http://127.0.0.1:35357/v3
[drivers:management_store:sqlalchemy]
#uri = sqlite:////home/feilong/zaqar_no_pool.db
uri = mysql+pymysql://root:passw0rd@127.0.0.1/zaqar?charset=utf8
[oslo_messaging_rabbit]
rabbit_userid = stackrabbit
rabbit_password = passw0rd
rabbit_hosts = 127.0.0.1
[drivers:transport:websocket]
port = 9000
bind = 127.0.0.1
[drivers:management_store:mongodb]
database = zaqar_mgmt
uri = mongodb://localhost:27017/zaqar_mgmt
[profiler]
enabled=true
trace_wsgi_transport=true
trace_message_store=true
trace_management_store=true
hmac_keys=0xb613679a0814d9ec772f95d778c35fc5ff1697c493715653c6c712144292c5ad
connection_string=mongodb://localhost:27017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment