Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1463782

Summary: [Docs][NFV] Use same yaml syntax in NFV Config Guide as is used elsewhere
Product: Red Hat OpenStack Reporter: Sandra McCann <samccann>
Component: documentationAssignee: Sandra McCann <samccann>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 11.0 (Ocata)CC: srevivo
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-21 20:36:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1463778    

Description Sandra McCann 2017-06-21 18:22:45 UTC
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/