Description of problem: Deploying with network_data_routed.yaml is throwing 'Unknown Property ip_netmask' for the Tenant network routes. Fix the network_data_routed.yaml definition to use the right keys for the route definition.
installed latest osp14 undercloud and doing a template verification on patch https://review.openstack.org/#/c/608391/ Build: 14 -p 2018-11-13.1 Environment: openstack-tripleo-heat-templates-9.0.1-0.20181013060879.el7ost.noarch grep -A2 -B2 "routes: \[{'destination'" /usr/share/openstack-tripleo-heat-templates/network_data_routed.yaml .. .. .. ip_subnet: '172.16.1.0/24' gateway_ip: '172.16.1.1' routes: [{'destination':'172.16.0.0/20', 'nexthop':'172.16.1.1'}] <---------- fix in place allocation_pools: [{'start': '172.16.1.4', 'end': '172.16.1.250'}] # Note that tenant tunneling is only compatible with IPv4 addressing at this time.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:0045