cc6ab5ebfa
The metadata agent does not require authentication options for the Neutron API and the cache_url option was removed in the Ocata release. Change-Id: I5a8fd024cd190e6147f9eae6a8589364dea3d442
19 lines
566 B
Django/Jinja
19 lines
566 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
# General
|
|
[DEFAULT]
|
|
debug = {{ debug }}
|
|
|
|
# Nova metadata service IP and port
|
|
nova_metadata_host = {{ internal_lb_vip_address }}
|
|
nova_metadata_port = {{ nova_metadata_port }}
|
|
nova_metadata_protocol = {{ nova_metadata_protocol }}
|
|
nova_metadata_insecure = {{ nova_metadata_insecure }}
|
|
|
|
# Metadata proxy shared secret
|
|
metadata_proxy_shared_secret = {{ nova_metadata_proxy_secret }}
|
|
|
|
# Workers and backlog requests
|
|
metadata_workers = {{ neutron_metadata_workers | default(neutron_api_threads) }}
|
|
metadata_backlog = {{ neutron_metadata_backlog }}
|