Skip to content

Commit b0633ac

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "docs: Add a new cells v2 document"
2 parents e8feef7 + 13b06eb commit b0633ac

File tree

13 files changed

+1146
-1233
lines changed

13 files changed

+1146
-1233
lines changed

doc/source/_extra/.htaccess

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ redirectmatch 301 ^/nova/([^/]+)/api_plugins.html$ /nova/$1/contributor/api.html
99
redirectmatch 301 ^/nova/([^/]+)/architecture.html$ /nova/$1/user/architecture.html
1010
redirectmatch 301 ^/nova/([^/]+)/block_device_mapping.html$ /nova/$1/user/block-device-mapping.html
1111
redirectmatch 301 ^/nova/([^/]+)/blueprints.html$ /nova/$1/contributor/blueprints.html
12-
redirectmatch 301 ^/nova/([^/]+)/cells.html$ /nova/$1/user/cells.html
12+
redirectmatch 301 ^/nova/([^/]+)/cells.html$ /nova/$1/admin/cells.html
1313
redirectmatch 301 ^/nova/([^/]+)/code-review.html$ /nova/$1/contributor/code-review.html
1414
redirectmatch 301 ^/nova/([^/]+)/conductor.html$ /nova/$1/user/conductor.html
1515
redirectmatch 301 ^/nova/([^/]+)/development.environment.html$ /nova/$1/contributor/development-environment.html
1616
redirectmatch 301 ^/nova/([^/]+)/devref/api.html /nova/$1/contributor/api.html
17-
redirectmatch 301 ^/nova/([^/]+)/devref/cells.html /nova/$1/user/cells.html
17+
redirectmatch 301 ^/nova/([^/]+)/devref/cells.html /nova/$1/admin/cells.html
1818
redirectmatch 301 ^/nova/([^/]+)/devref/filter_scheduler.html /nova/$1/admin/scheduling.html
1919
# catch all, if we hit something in devref assume it moved to
2020
# reference unless we have already triggered a hit above.
@@ -64,7 +64,9 @@ redirectmatch 301 ^/nova/([^/]+)/testing/zero-downtime-upgrade.html$ /nova/$1/co
6464
redirectmatch 301 ^/nova/([^/]+)/threading.html$ /nova/$1/reference/threading.html
6565
redirectmatch 301 ^/nova/([^/]+)/upgrade.html$ /nova/$1/admin/upgrades.html
6666
redirectmatch 301 ^/nova/([^/]+)/user/aggregates.html$ /nova/$1/admin/aggregates.html
67-
redirectmatch 301 ^/nova/([^/]+)/user/cellsv2_layout.html$ /nova/$1/user/cellsv2-layout.html
67+
redirectmatch 301 ^/nova/([^/]+)/user/cells.html$ /nova/$1/admin/cells.html
68+
redirectmatch 301 ^/nova/([^/]+)/user/cellsv2-layout.html$ /nova/$1/admin/cells.html
69+
redirectmatch 301 ^/nova/([^/]+)/user/cellsv2_layout.html$ /nova/$1/admin/cells.html
6870
redirectmatch 301 ^/nova/([^/]+)/user/config-drive.html$ /nova/$1/user/metadata.html
6971
redirectmatch 301 ^/nova/([^/]+)/user/filter-scheduler.html$ /nova/$1/admin/scheduling.html
7072
redirectmatch 301 ^/nova/([^/]+)/user/metadata-service.html$ /nova/$1/user/metadata.html

0 commit comments

Comments
 (0)