From 75e411ca22c74ec00b0a0f668f91d180db81352e Mon Sep 17 00:00:00 2001 From: Andrea Hoffer Date: Tue, 8 Mar 2022 13:45:05 -0500 Subject: [PATCH] Fixing attributes file --- .../installing-openstack-installer-ovs-dpdk.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installing/installing_openstack/installing-openstack-installer-ovs-dpdk.adoc b/installing/installing_openstack/installing-openstack-installer-ovs-dpdk.adoc index bb1a942279..50f0f7ead3 100644 --- a/installing/installing_openstack/installing-openstack-installer-ovs-dpdk.adoc +++ b/installing/installing_openstack/installing-openstack-installer-ovs-dpdk.adoc @@ -1,7 +1,7 @@ :_content-type: ASSEMBLY [id="installing-openstack-installer-ovs-dpdk"] = Installing a cluster on OpenStack that supports DPDK-connected compute machines -include::modules/common-attributes.adoc[] +include::_attributes/common-attributes.adoc[] :context: installing-openstack-installer-ovs-dpdk toc::[] @@ -10,7 +10,7 @@ toc::[] include::snippets/technology-preview.adoc[] -If your {rh-openstack-first} deployment has Open vSwitch with the Data Plane Development Kit (OVS-DPDK) enabled, you can install an {product-title} cluster on it. Clusters that run on such {rh-openstack} deployments use OVS-DPDK features by providing access to link:https://doc.dpdk.org/guides/prog_guide/poll_mode_drv.html[poll mode drivers]. +If your {rh-openstack-first} deployment has Open vSwitch with the Data Plane Development Kit (OVS-DPDK) enabled, you can install an {product-title} cluster on it. Clusters that run on such {rh-openstack} deployments use OVS-DPDK features by providing access to link:https://doc.dpdk.org/guides/prog_guide/poll_mode_drv.html[poll mode drivers]. == Prerequisites @@ -27,7 +27,7 @@ processes. * Configure your {rh-openstack} OVS-DPDK deployment according to link:https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.2/html/network_functions_virtualization_planning_and_configuration_guide/part-dpdk-configure[Configuring an OVS-DPDK deployment] in the Network Functions Virtualization Planning and Configuration Guide. -** You must complete link:https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.2/html/network_functions_virtualization_planning_and_configuration_guide/part-dpdk-configure#p-ovs-dpdk-flavor-deploy-instance[Creating a flavor and deploying an instance for OVS-DPDK] before you install a cluster on {rh-openstack}. +** You must complete link:https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.2/html/network_functions_virtualization_planning_and_configuration_guide/part-dpdk-configure#p-ovs-dpdk-flavor-deploy-instance[Creating a flavor and deploying an instance for OVS-DPDK] before you install a cluster on {rh-openstack}. include::modules/installation-osp-default-deployment.adoc[leveloffset=+1] include::modules/installation-osp-control-compute-machines.adoc[leveloffset=+2]