From 2f36a355f29cb9f23beb2b80399e59f02d3c17a3 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 29 Aug 2017 14:31:39 +0100 Subject: [PATCH] docs: Rename cellsv2_layout -> cellsv2-layout Underscores make for really ugly URLs and every other document here is now using hyphens for this very reason. Let's try to keep that going. Change-Id: I5c99ff6b04ee97bac210a0d6762015225775c5ee --- doc/source/_extra/.htaccess | 1 + doc/source/index.rst | 4 ++-- doc/source/user/{cellsv2_layout.rst => cellsv2-layout.rst} | 0 doc/source/user/index.rst | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) rename doc/source/user/{cellsv2_layout.rst => cellsv2-layout.rst} (100%) diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess index 8ce8e64b95e3..f142f893cb19 100644 --- a/doc/source/_extra/.htaccess +++ b/doc/source/_extra/.htaccess @@ -76,3 +76,4 @@ redirectmatch 301 ^/nova/([^/]+)/upgrade.html$ /nova/$1/user/upgrade.html redirectmatch 301 ^/nova/([^/]+)/vendordata.html$ /nova/$1/user/vendordata.html redirectmatch 301 ^/nova/([^/]+)/vmstates.html$ /nova/$1/reference/vm-states.html redirectmatch 301 ^/nova/([^/]+)/wsgi.html$ /nova/$1/user/wsgi.html +redirectmatch 301 ^/nova/([^/]+)/user/cellsv2_layout.html$ /nova/$1/user/cellsv2-layout.html diff --git a/doc/source/index.rst b/doc/source/index.rst index f2b1fb7cb4b5..20beb2329df4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -144,7 +144,7 @@ the defaults from the :doc:`install guide ` will be sufficient. * :doc:`Feature Support full list `: A detailed dive through features in each compute driver backend. -* :doc:`Cells v2 Planning `: For large deployments, Cells v2 +* :doc:`Cells v2 Planning `: For large deployments, Cells v2 allows sharding of your compute environment. Upfront planning is key to a successful Cells v2 layout. * :doc:`Placement service `: Overview of the placement @@ -275,7 +275,7 @@ looking parts of our architecture. These are collected below. user/architecture user/block-device-mapping user/cells - user/cellsv2_layout + user/cellsv2-layout user/conductor user/feature-classification user/filter-scheduler diff --git a/doc/source/user/cellsv2_layout.rst b/doc/source/user/cellsv2-layout.rst similarity index 100% rename from doc/source/user/cellsv2_layout.rst rename to doc/source/user/cellsv2-layout.rst diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index ffc11414d674..cebceb5c596e 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -34,7 +34,7 @@ the defaults from the :doc:`install guide ` will be sufficient. * :doc:`Feature Support full list `: A detailed dive through features in each compute driver backend. -* :doc:`Cells v2 Planning `: For large deployments, Cells v2 +* :doc:`Cells v2 Planning `: For large deployments, Cells v2 allows sharding of your compute environment. Upfront planning is key to a successful Cells v2 layout.