[DEFAULT]
debug = False
log_dir = /var/log/kolla/barbican
log_file = barbican-api.log
bind_port = 9311
bind_host = 10.0.0.19
host_href = http://10.0.0.19:9311
backlog = 4096
db_auto_create = False
sql_connection = mysql+pymysql://barbican:contrail123@10.0.0.19:3306/barbican
transport_url = rabbit://openstack:contrail123@10.0.0.19:5672//

[secretstore]
namespace = barbican.secretstore.plugin
enabled_secretstore_plugins = store_crypto

[crypto]
namespace = barbican.crypto.plugin
enabled_crypto_plugins = simple_crypto

[simple_crypto_plugin]
kek = contrail123

[keystone_notifications]
enable = True
topic = barbican_notifications

[keystone_authtoken]
service_type = key-manager
www_authenticate_uri = http://10.0.0.19:5000
project_domain_id = default
project_name = service
user_domain_id = default
username = barbican
password = contrail123
auth_url = http://10.0.0.19:35357
auth_type = password
cafile =
region_name = RegionOne
memcache_security_strategy = ENCRYPT
memcache_secret_key = contrail123
memcached_servers = 10.0.0.19:11211

[oslo_messaging_notifications]
transport_url = rabbit://openstack:contrail123@10.0.0.19:5672//
driver = noop

[oslo_messaging_rabbit]
heartbeat_in_pthread = false

[oslo_middleware]
enable_proxy_headers_parsing = True