Change workers in murano service
* Add api_workers option in murano group. * engine workers moved from workers to engine_workers option in engine group. Change-Id: I746a4e3c69acfd809e167e14a30cc8ed6b0512fb Closes-Bug: #1638793
This commit is contained in:
parent
16d772cd53
commit
f88448e735
@ -11,7 +11,7 @@ bind_port = {{ murano_api_port }}
|
||||
transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %}
|
||||
|
||||
[engine]
|
||||
workers = {{ openstack_service_workers }}
|
||||
engine_workers = {{ openstack_service_workers }}
|
||||
|
||||
[database]
|
||||
connection = mysql+pymysql://{{ murano_database_user }}:{{ murano_database_password }}@{{ murano_database_address }}/{{ murano_database_name }}
|
||||
@ -36,6 +36,7 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
|
||||
|
||||
[murano]
|
||||
url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ murano_api_port }}
|
||||
api_workers = {{ openstack_service_workers }}
|
||||
|
||||
|
||||
[oslo_messaging_notifications]
|
||||
|
Loading…
Reference in New Issue
Block a user