Merge "Drop nova_glance_api_servers variable"
This commit is contained in:
commit
559eb382b1
@ -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:
|
||||
|
@ -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.
|
@ -128,7 +128,6 @@ enabled = False
|
||||
|
||||
# Glance
|
||||
[glance]
|
||||
api_servers = {{ nova_glance_api_servers }}
|
||||
insecure = {{ keystone_service_internaluri_insecure | bool }}
|
||||
|
||||
# Neutron
|
||||
|
Loading…
x
Reference in New Issue
Block a user