update tacker.conf for keystone

Change-Id: Ic642ad2e82b697d52f3657cdf4f0472beaf1691f
This commit is contained in:
Isaku Yamahata 2015-04-09 14:49:38 -07:00
parent e29e918159
commit 6a63cb7e78
1 changed files with 12 additions and 6 deletions

View File

@ -399,12 +399,18 @@ notification_driver = tacker.openstack.common.notifier.rpc_notifier
# =========== end of items for agent management extension =====
[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
signing_dir = /var/cache/tacker
cafile = /opt/stack/data/ca-bundle.pem
project_domain_id = default
project_name = service
user_domain_id = default
password = service-password
username = tacker
auth_url = http://127.0.0.1:35357
auth_plugin = password
identity_uri = http://127.0.0.1:5000
auth_uri = http://127.0.0.1:5000
[database]
# This line MUST be changed to actually run the plugin.