Update ironic config docs for keystone v3

Ironic's installation guide specifies keystone v2 authentication,
which is now deprecated. This patch updates the example to make it
v3 compliant.

Change-Id: Ia1b9f189e061d4cb7ae04febced6bcbe05ce78c4
This commit is contained in:
Michael Davies 2016-10-04 23:07:55 +00:00
parent 24a06550fa
commit 55064d99b9
1 changed files with 18 additions and 10 deletions

View File

@ -74,20 +74,28 @@ driver. The configuration file for the Compute service is typically located at
[ironic]
# Ironic authentication type
auth_type=password
# Keystone API endpoint
auth_url=http://IDENTITY_IP:35357/v3
# Ironic keystone project name
project_name=service
# Ironic keystone admin name
admin_username=ironic
username=ironic
#Ironic keystone admin password.
admin_password=IRONIC_PASSWORD
# Ironic keystone admin password
password=IRONIC_PASSWORD
# keystone API endpoint
admin_url=http://IDENTITY_IP:35357/v2.0
# Ironic keystone project domain
# or set project_domain_id
project_domain_name=Default
# Ironic keystone tenant name.
admin_tenant_name=service
# URL for Ironic API endpoint.
api_endpoint=http://IRONIC_NODE:6385/v1
# Ironic keystone user domain
# or set user_domain_id
user_domain_name=Default
#. On the Compute service's controller nodes, restart the ``nova-scheduler``
process: