Skip to content

Instantly share code, notes, and snippets.

@neki06
Created October 6, 2017 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neki06/af05f8450d2b42bd59333ee85a09377f to your computer and use it in GitHub Desktop.
Save neki06/af05f8450d2b42bd59333ee85a09377f to your computer and use it in GitHub Desktop.
barbican.conf
[DEFAULT]
debug = True
log_dir = /var/log/kolla/barbican
bind_port = 9311
bind_host = 10.0.1.7
host_href = http://...:9311
backlog = 4096
max_allowed_secret_in_bytes = 10000
max_allowed_request_size_in_bytes = 1000000
db_auto_create = False
sql_connection = mysql+pymysql://barbican:<PASS>@10.0.1.2:3306/barbican
transport_url = rabbit://openstack:<PASS>@10.0.1.7:5672,...
[service_credentials]
auth_url = http://10.0.1.2:5000
region_name = region00
password = ...
username = barbican
project_name = service
project_domain_id = default
user_domain_id = default
auth_type = password
[keystone_authtoken]
auth_uri = http://10.0.1.2:5000
project_domain_id = default
project_name = service
user_domain_id = default
username = barbican
password = ...
auth_url = http://10.0.1.2:35357
auth_type = password
memcache_security_strategy = ENCRYPT
memcache_secret_key = eOhY6Q04ajbbMhxPCxBPWcKPuQV1gci3rHxMuGS4
memcached_servers = 10.0.1.7:11211,10.0.1.5:11211,10.0.1.6:1121
[keystone_notifications]
enable = True
topic = barbican_notifications
[oslo_messaging_notifications]
driver = messagingv2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment