Bug 1463782 - [Docs][NFV] Use same yaml syntax in NFV Config Guide as is used elsewhere
Summary: [Docs][NFV] Use same yaml syntax in NFV Config Guide as is used elsewhere
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 11.0 (Ocata)
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Sandra McCann
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks: 1463778
TreeView+ depends on / blocked
 
Reported: 2017-06-21 18:22 UTC by Sandra McCann
Modified: 2020-07-16 09:54 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-21 20:36:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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/


Note You need to log in before you can comment on or make changes to this bug.