Update keystone_authtoken configuration sample in the install guide

This change updates the sample values in [keystone_authtoken]
config section of the install guide, during the configuration
of the api service. The old values were incorrect.

Change-Id: Id054745c6e7f80c52711be6587d9d1ec2948dd8b
This commit is contained in:
junbo 2016-11-21 10:27:06 +08:00 committed by Vladyslav Drok
parent ff4c11e71e
commit 9f7b432d3c
1 changed files with 12 additions and 6 deletions

View File

@ -48,22 +48,28 @@ Configuring ironic-api service
[keystone_authtoken]
# Authentication type to load (string value)
auth_type=v3password
auth_type=password
# Complete public Identity API endpoint (string value)
auth_uri=http://PUBLIC_IDENTITY_IP:5000/v3/
auth_uri=http://PUBLIC_IDENTITY_IP:5000
# Complete admin Identity API endpoint. (string value)
auth_url=http://PRIVATE_IDENTITY_IP:35357/v3/
auth_url=http://PRIVATE_IDENTITY_IP:35357
# Service username. (string value)
admin_user=ironic
username=ironic
# Service account password. (string value)
admin_password=IRONIC_PASSWORD
password=IRONIC_PASSWORD
# Service tenant name. (string value)
admin_tenant_name=service
project_name=service
# Domain name containing project (string value)
project_domain_name=Default
# User's domain name (string value)
user_domain_name=Default
#. Create the Bare Metal service database tables: