Skip to content
Snippets Groups Projects
Commit 2ba04ad2 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add [nova] section to ironic.conf"

parents 86326b32 8489a753
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,19 @@ valid_interfaces = internal ...@@ -109,6 +109,19 @@ valid_interfaces = internal
cleaning_network = {{ ironic_cleaning_network }} cleaning_network = {{ ironic_cleaning_network }}
{% endif %} {% endif %}
{% if enable_nova | bool %}
[nova]
auth_url = {{ keystone_admin_url }}
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = {{ ironic_keystone_user }}
password = {{ ironic_keystone_password }}
region_name = {{ openstack_region_name }}
valid_interfaces = internal
{% endif %}
[inspector] [inspector]
{% if enable_keystone | bool %} {% if enable_keystone | bool %}
auth_url = {{ keystone_admin_url }} auth_url = {{ keystone_admin_url }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment