Remove configuration related to api_workers
This patch is removing api related configuration from service's config files as we are using apache mod_wsgi and this configuration is not used. Change-Id: I69a1542a6f24214fbf6e703782aefb566de4fb26
This commit is contained in:
parent
12e8312520
commit
eafd3a59af
ansible/roles
cinder/templates
heat/templates
placement/templates
vitrage/templates
zun/templates
@ -13,7 +13,6 @@ use_stderr = False
|
||||
|
||||
my_ip = {{ api_interface_address }}
|
||||
|
||||
osapi_volume_workers = {{ openstack_service_workers }}
|
||||
volume_name_template = volume-%s
|
||||
|
||||
glance_api_servers = {{ glance_internal_endpoint }}
|
||||
@ -51,9 +50,6 @@ backup_swift_key =
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
osapi_volume_listen = {{ api_interface_address }}
|
||||
osapi_volume_listen_port = {{ cinder_api_listen_port }}
|
||||
|
||||
api_paste_config = /etc/cinder/api-paste.ini
|
||||
|
||||
auth_strategy = keystone
|
||||
|
@ -22,20 +22,6 @@ region_name_for_services = {{ openstack_region_name }}
|
||||
|
||||
server_keystone_endpoint_type = public
|
||||
|
||||
{% if service_name == 'heat-api' %}
|
||||
[heat_api]
|
||||
bind_host = {{ api_interface_address }}
|
||||
bind_port = {{ heat_api_listen_port }}
|
||||
workers = {{ openstack_service_workers }}
|
||||
{% endif %}
|
||||
|
||||
{% if service_name == 'heat-api-cfn' %}
|
||||
[heat_api_cfn]
|
||||
bind_host = {{ api_interface_address }}
|
||||
bind_port = {{ heat_api_cfn_listen_port }}
|
||||
workers = {{ openstack_service_workers }}
|
||||
{% endif %}
|
||||
|
||||
[database]
|
||||
connection = mysql+pymysql://{{ heat_database_user }}:{{ heat_database_password }}@{{ heat_database_address }}/{{ heat_database_name }}
|
||||
connection_recycle_time = {{ database_connection_recycle_time }}
|
||||
|
@ -5,8 +5,6 @@ log_dir = /var/log/kolla/placement
|
||||
|
||||
state_path = /var/lib/placement
|
||||
|
||||
osapi_compute_listen = {{ api_interface_address }}
|
||||
|
||||
# Though my_ip is not used directly, lots of other variables use $my_ip
|
||||
my_ip = {{ api_interface_address }}
|
||||
|
||||
|
@ -13,11 +13,6 @@ notifiers = {{ vitrage_notifiers|map(attribute='name')|join(',') }}
|
||||
|
||||
transport_url = {{ rpc_transport_url }}
|
||||
|
||||
[api]
|
||||
host = {{ api_interface_address }}
|
||||
port = {{ vitrage_api_port }}
|
||||
workers = {{ openstack_service_workers }}
|
||||
|
||||
[database]
|
||||
connection = mysql+pymysql://{{ vitrage_database_user }}:{{ vitrage_database_password }}@{{ vitrage_database_address }}/{{ vitrage_database_name }}
|
||||
connection_recycle_time = {{ database_connection_recycle_time }}
|
||||
|
@ -16,11 +16,6 @@ capsule_driver = cri
|
||||
[network]
|
||||
driver = kuryr
|
||||
|
||||
[api]
|
||||
host_ip = {{ api_interface_address }}
|
||||
port = {{ zun_api_port }}
|
||||
workers = {{ openstack_service_workers }}
|
||||
|
||||
[database]
|
||||
connection = mysql+pymysql://{{ zun_database_user }}:{{ zun_database_password }}@{{ zun_database_address }}/{{ zun_database_name }}
|
||||
connection_recycle_time = {{ database_connection_recycle_time }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user