Skip to content
Snippets Groups Projects
Commit b171b615 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "This feature is supporting for workers config in ironic-api."

parents 485ded5b d4c8e2d0
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }} ...@@ -13,6 +13,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
{% if service_name == 'ironic-api' %} {% if service_name == 'ironic-api' %}
[api] [api]
host_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }} host_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
api_workers = {{ openstack_service_workers }}
{% endif %} {% endif %}
{% if service_name == 'ironic-conductor' %} {% if service_name == 'ironic-conductor' %}
......
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