cacf08f0a6
kolla-kubernetes is using its own configuration generation[0], so it is time for kolla-ansible to remove the related code to simplify the logical. [0] https://github.com/openstack/kolla-kubernetes/tree/master/ansible Change-Id: I7bb0b7fe3b8eea906613e936d5e9d19f4f2e80bb Implements: blueprint clean-k8s-config
7 lines
178 B
Django/Jinja
7 lines
178 B
Django/Jinja
# metadata_agent.ini
|
|
[DEFAULT]
|
|
nova_metadata_host = {{ kolla_internal_fqdn }}
|
|
|
|
nova_metadata_port = {{ nova_metadata_port }}
|
|
metadata_proxy_shared_secret = {{ metadata_secret }}
|