Drop nova_glance_api_servers variable

Since api_servers from [glance] secton is deprecated and can be
silently ignored [1], we drop corresponsive OSA variable

[1] https://docs.openstack.org/nova/latest/configuration/config.html#glance.api_servers

Change-Id: I52de65a4629f23fd2c0c3735033a8e2d57a82024
This commit is contained in:
Dmitriy Rabotyagov 2022-02-09 08:55:17 +02:00
parent 7589b7b66b
commit 6775f57c75
3 changed files with 5 additions and 4 deletions

View File

@ -300,9 +300,6 @@ nova_secure_proxy_ssl_header: HTTP_X_FORWARDED_PROTO
## Nova global config
nova_image_cache_manager_interval: 0
# Comma separated list of Glance API servers
nova_glance_api_servers: "{{ (glance_service_internalurl | default('http://localhost')) | urlsplit('scheme') ~ '://' ~ (glance_service_internalurl | default('http://localhost')) | urlsplit('netloc') }}"
nova_network_type: linuxbridge
nova_network_services:

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Variable ``nova_glance_api_servers`` has been removed and has no effect
due to corresponsive upstream api_servers being deprecated.

View File

@ -128,7 +128,6 @@ enabled = False
# Glance
[glance]
api_servers = {{ nova_glance_api_servers }}
insecure = {{ keystone_service_internaluri_insecure | bool }}
# Neutron