charm-neutron-openvswitch/hooks/charmhelpers/contrib/openstack/templates/section-keystone-authtoken-v3only
Sahid Orentino Ferdjaoui 068471e6e5 dpdk: update context to retrieve global mtu from neutron-api
In the last charmhelper version the NeutronAPIContext has been updated
to give possibility of retrieving the global mtu and the mtu by
physical networks configured in neutron-api. This will be necessary to
instruct the DPDK dvices.

NOTE: fixes unittests related to a charmsync changes.

Related-Bug: 1827256
Change-Id: I44f4f8bebad494041912b374b1efdad5b2d0a06c
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
2019-05-14 17:13:16 +02:00

10 lines
256 B
Plaintext

{% if auth_host -%}
[keystone_authtoken]
{% for option_name, option_value in keystone_authtoken.items() -%}
{{ option_name }} = {{ option_value }}
{% endfor -%}
{% if use_memcache == true %}
memcached_servers = {{ memcache_url }}
{% endif -%}
{% endif -%}