Merge "Remove some deprecated config options"

This commit is contained in:
Zuul 2019-09-24 13:04:52 +00:00 committed by Gerrit Code Review
commit 01ff25f440
2 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,6 @@ bind_host = {{ api_interface_address }}
bind_port = {{ glance_api_listen_port }}
workers = {{ openstack_service_workers }}
registry_host = {{ glance_internal_fqdn }}
{% if glance_backend_ceph | bool %}
show_multiple_locations = True
{% endif %}

View File

@ -12,8 +12,6 @@ stack_domain_admin = heat_domain_admin
stack_domain_admin_password = {{ heat_domain_admin_password }}
stack_user_domain_name = heat_user_domain
deferred_auth_method = trusts
{% if service_name == 'heat-engine' %}
num_engine_workers = {{ openstack_service_workers }}
{% endif %}