1 {% if opnfv.spaces_dict.storage is defined %}
2 #ceph-cluster-network: {{ opnfv.spaces_dict.storage.cidr }}
4 {% if os.network.ipv6 %}
5 prefer-ipv6: {{ os.network.ipv6 }}
7 {% if os.ha.mode == 'ha' %}
8 {% if os.api.haproxy_timeout %}
9 haproxy-server-timeout: {{ os.api.haproxy_timeout }}
10 haproxy-client-timeout: {{ os.api.haproxy_timeout }}
11 haproxy-queue-timeout: {{ os.api.haproxy_timeout }}
12 haproxy-connect-timeout: {{ os.api.haproxy_timeout }}
15 {% if os.api.worker_multiplier %}
16 worker-multiplier: {{ os.api.worker_multiplier }}
18 {% if os.network.dvr %}
21 {% if os.network.l2_population %}
24 region: {{ os.region }}
25 {% if ubuntu.release == 'trusty' %}
26 source: "cloud:{{ ubuntu.release }}-{{ os.release }}"
28 openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
29 {% if os.ha.mode == 'nonha' %}
30 ceph-osd-replication-count: {{ unit_ceph_qty() }}
32 admin-role: {{ os.admin.role }}
33 keystone-admin-role: {{ os.admin.role }}
34 {% if os.beta.public_api %}
35 use-internal-endpoints: true