summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/cli/command-objects/network-auto-allocated-topology.rst4
-rw-r--r--doc/source/conf.py4
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/cli/command-objects/network-auto-allocated-topology.rst b/doc/source/cli/command-objects/network-auto-allocated-topology.rst
index 00e4c6b9..43683648 100644
--- a/doc/source/cli/command-objects/network-auto-allocated-topology.rst
+++ b/doc/source/cli/command-objects/network-auto-allocated-topology.rst
@@ -5,8 +5,8 @@ network auto allocated topology
An **auto allocated topology** allows admins to quickly set up external
connectivity for end-users. Only one auto allocated topology is allowed per
project. For more information on how to set up the resources required
-for auto allocated topology review the documentation at:
-http://docs.openstack.org/newton/networking-guide/config-auto-allocation.html
+for auto allocated topology review :neutron-doc:`the documentation
+<admin/config-auto-allocation>`.
Network v2
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d3dfccd2..ff37783f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -35,7 +35,9 @@ repository_name = 'openstack/python-openstackclient'
use_storyboard = True
# Add project 'foo' to this list to enable the :foo-doc: role
-# openstack_projects = []
+openstack_projects = [
+ 'neutron',
+]
# Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates']