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:
parent
24a06550fa
commit
55064d99b9
@ -74,20 +74,28 @@ driver. The configuration file for the Compute service is typically located at
|
|||||||
|
|
||||||
[ironic]
|
[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
|
# Ironic keystone admin name
|
||||||
admin_username=ironic
|
username=ironic
|
||||||
|
|
||||||
#Ironic keystone admin password.
|
# Ironic keystone admin password
|
||||||
admin_password=IRONIC_PASSWORD
|
password=IRONIC_PASSWORD
|
||||||
|
|
||||||
# keystone API endpoint
|
# Ironic keystone project domain
|
||||||
admin_url=http://IDENTITY_IP:35357/v2.0
|
# or set project_domain_id
|
||||||
|
project_domain_name=Default
|
||||||
|
|
||||||
# Ironic keystone tenant name.
|
# Ironic keystone user domain
|
||||||
admin_tenant_name=service
|
# or set user_domain_id
|
||||||
|
user_domain_name=Default
|
||||||
# URL for Ironic API endpoint.
|
|
||||||
api_endpoint=http://IRONIC_NODE:6385/v1
|
|
||||||
|
|
||||||
#. On the Compute service's controller nodes, restart the ``nova-scheduler``
|
#. On the Compute service's controller nodes, restart the ``nova-scheduler``
|
||||||
process:
|
process:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user