From 366b48218b8c3b9607dc4f0e1dad967c406ae363 Mon Sep 17 00:00:00 2001 From: Tetsuro Nakamura Date: Sat, 3 Feb 2018 17:35:40 +0900 Subject: [PATCH] doc: merge numa.rst to cpu-topologies.rst The explanation of NUMA topology feature of nova exited in both numa.rst and cpu-topologies.rst under doc/source/admin/. This patch merges them for cleaning up. Change-Id: I35e23b2e1ac55c74faf4f0542498e45f2957e4d3 --- doc/source/_extra/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess index f142f893c..24cbe597f 100644 --- a/doc/source/_extra/.htaccess +++ b/doc/source/_extra/.htaccess @@ -7,6 +7,7 @@ redirectmatch 301 ^/nova/([^/]+)/addmethod.openstackapi.html$ /nova/$1/contributor/api-2.html redirectmatch 301 ^/nova/([^/]+)/admin/flavors2.html$ /nova/$1/admin/flavors.html +redirectmatch 301 ^/nova/([^/]+)/admin/numa.html$ /nova/$1/admin/cpu-topologies.html redirectmatch 301 ^/nova/([^/]+)/aggregates.html$ /nova/$1/user/aggregates.html redirectmatch 301 ^/nova/([^/]+)/api_microversion_dev.html$ /nova/$1/contributor/microversions.html redirectmatch 301 ^/nova/([^/]+)/api_microversion_history.html$ /nova/$1/reference/api-microversion-history.html