Skip to content

Commit c7dbe85

Browse files
author
Eric Fried
committed
Update a stale doc reference to use :neutron-doc:
The help page for network auto allocated topology had a link to a newton-era networking guide document that has been superseded and is now maintained in the neutron repository. This commit adds 'neutron' to the openstackdocstheme configuration so that the :neutron-doc: role works, and updates the link to point to the modern version therein. Change-Id: I5bcb40e265b22f15ff2f5ca4936160e231bb4075
1 parent d17a1c8 commit c7dbe85

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

doc/source/cli/command-objects/network-auto-allocated-topology.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ network auto allocated topology
55
An **auto allocated topology** allows admins to quickly set up external
66
connectivity for end-users. Only one auto allocated topology is allowed per
77
project. For more information on how to set up the resources required
8-
for auto allocated topology review the documentation at:
9-
http://docs.openstack.org/newton/networking-guide/config-auto-allocation.html
8+
for auto allocated topology review :neutron-doc:`the documentation
9+
<admin/config-auto-allocation>`.
1010

1111
Network v2
1212

doc/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
use_storyboard = True
3636

3737
# Add project 'foo' to this list to enable the :foo-doc: role
38-
# openstack_projects = []
38+
openstack_projects = [
39+
'neutron',
40+
]
3941

4042
# Add any paths that contain templates here, relative to this directory.
4143
#templates_path = ['_templates']

0 commit comments

Comments
 (0)