Merge "Drop nova_glance_api_servers variable"

This commit is contained in:
Zuul 2022-02-15 18:37:04 +00:00 committed by Gerrit Code Review
commit 559eb382b1
3 changed files with 5 additions and 4 deletions

View File

@ -294,9 +294,6 @@ nova_vencrypt_auth_scheme: "vencrypt,none"
## 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