Fix cidr get_attr in custom networks
authorGiulio Fidente <gfidente@redhat.com>
Tue, 8 Aug 2017 19:00:30 +0000 (21:00 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Tue, 8 Aug 2017 19:00:30 +0000 (21:00 +0200)
commit7d332c92a688112aa4e182e5d0df272ad98a527a
tree2b192c0920d36d0855b700140454e3caba4de4da
parent5bf7d6582b2346a9c1671430ebead6c358508863
Fix cidr get_attr in custom networks

We were missing the square brackets around the list of arguments
for get_attr when building the networks cidr output.

This passed CI because Heat does not fail validation and Ceph (which
is consuming the cidr output) is tested with a single network (ctlplane)
which does not build the output using the same templates.

Change-Id: I40bba0784a30295cb0d4eda1fbff20ebac85db99
Closes-Bug: #1709464
13 files changed:
network/external.yaml
network/external_v6.yaml
network/internal_api.yaml
network/internal_api_v6.yaml
network/management.yaml
network/management_v6.yaml
network/network.network.j2.yaml
network/storage.yaml
network/storage_mgmt.yaml
network/storage_mgmt_v6.yaml
network/storage_v6.yaml
network/tenant.yaml
network/tenant_v6.yaml