Description of problem: Yaml files and procedures in NFV Config Guide for RHOSP11 use an older syntax than is used in other RHOSP 11 Documentation and sample yaml files. The templates referenced in the doc [1] use syntax that does not match the standard OSP11 templates and is either no longer used or deprecated. For example. dns_servers: get_param: DnsServers is the syntax used in the standard OSP 11 documentation. However, in the DPDK doc, we appear to be using OSP 10 syntax. dns_servers: {get_param: DnsServers} While both work, the syntax mismatch does not make it easy to use your OSP11 templates as a model for OSP 11-DPDK templates. [1] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/11/html-single/network_functions_virtualization_configuration_guide/