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
This commit is contained in:
Stephen Finucane 2017-08-29 14:31:39 +01:00
parent 902a374012
commit 2f36a355f2
4 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -144,7 +144,7 @@ the defaults from the :doc:`install guide </install/index>` will be sufficient.
* :doc:`Feature Support full list </user/support-matrix>`: A detailed dive through
features in each compute driver backend.
* :doc:`Cells v2 Planning </user/cellsv2_layout>`: For large deployments, Cells v2
* :doc:`Cells v2 Planning </user/cellsv2-layout>`: For large deployments, Cells v2
allows sharding of your compute environment. Upfront planning is key to a
successful Cells v2 layout.
* :doc:`Placement service </user/placement>`: 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

View File

@ -34,7 +34,7 @@ the defaults from the :doc:`install guide </install/index>` will be sufficient.
* :doc:`Feature Support full list </user/support-matrix>`: A detailed dive through
features in each compute driver backend.
* :doc:`Cells v2 Planning </user/cellsv2_layout>`: For large deployments, Cells v2
* :doc:`Cells v2 Planning </user/cellsv2-layout>`: For large deployments, Cells v2
allows sharding of your compute environment. Upfront planning is key to a
successful Cells v2 layout.