Merge "Change workers in murano service"
This commit is contained in:
commit
ebc2e2f1c1
@ -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