De-appendicize bridge configuration page

Rename the bridge-interface-configuration page

Add a corresponding redirect and redirect test

Drive-by: Fix formatting and improve the top part of
the page

Change-Id: Ib1fcef418b37aa21715c4e88f33568e909f1c9b4
This commit is contained in:
Peter Matulis
2021-06-30 10:45:08 -04:00
parent 13d39eea1e
commit 2c15958928
4 changed files with 13 additions and 8 deletions

View File

@@ -7,3 +7,4 @@ RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-seri
RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-swift.html$ /project-deploy-guide/charm-deployment-guide/$1/swift.html
RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-rgw-multisite.html$ /project-deploy-guide/charm-deployment-guide/$1/rgw-multisite.html
RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-nova-cells.html$ /project-deploy-guide/charm-deployment-guide/$1/nova-cells.html
RedirectMatch 301 ^/project-deploy-guide/charm-deployment-guide/([^/]+)/app-bridge-interface-configuration.html$ /project-deploy-guide/charm-deployment-guide/$1/configure-bridge.html

View File

@@ -13,14 +13,17 @@ Available configuration options
For both OVS and OVN charms there is a need to provide physical interfaces for
vSwitch bridges in order to be able to use VLAN and flat provider networks in
Neutron:
Neutron.
* OVS charms with ``data-port`` config:
* ``neutron-openvswitch``;
* ``neutron-gateway``;
* OVN charms with ``bridge-interface-mappings`` config:
* ``ovn-chassis``;
* ``ovn-dedicated-chassis``.
These OVS charms use the ``data-port`` configuration option:
* neutron-openvswitch
* neutron-gateway
These OVN charms use the ``bridge-interface-mappings`` configuration option:
* ovn-chassis
* ovn-dedicated-chassis
.. important::

View File

@@ -55,7 +55,7 @@ OpenStack Charms usage. To help improve it you can `file an issue`_ or
app-ovn
app-hardware-offload
app-octavia
app-bridge-interface-configuration
configure-bridge
.. toctree::
:caption: High availability

View File

@@ -19,3 +19,4 @@
/project-deploy-guide/charm-deployment-guide/latest/app-swift.html 301 /project-deploy-guide/charm-deployment-guide/latest/swift.html
/project-deploy-guide/charm-deployment-guide/latest/app-rgw-multisite.html 301 /project-deploy-guide/charm-deployment-guide/latest/rgw-multisite.html
/project-deploy-guide/charm-deployment-guide/latest/app-nova-cells.html 301 /project-deploy-guide/charm-deployment-guide/latest/nova-cells.html
/project-deploy-guide/charm-deployment-guide/latest/app-bridge-interface-configuration.html 301 /project-deploy-guide/charm-deployment-guide/latest/configure-bridge.html