Add link to Neutron devref upgrading document

The developer reference for the networking service has
content about upgrading the service, so let's link it.

Change-Id: I28e03b361f912daf1de19750610db2f58b283395
This commit is contained in:
Sean M. Collins 2016-03-11 10:59:11 -05:00
parent 03f16727e0
commit 7178d1a680
1 changed files with 8 additions and 2 deletions

View File

@ -173,8 +173,8 @@ completes. Once the upgrade of nova-compute processes is complete, the
operator can move onto upgrading nova-conductor and remove the version
locking for nova-compute in ``nova.conf``.
Upgrade process
~~~~~~~~~~~~~~~
General upgrade process
~~~~~~~~~~~~~~~~~~~~~~~
This section describes the process to upgrade a basic OpenStack
deployment based on the basic two-node architecture in the `OpenStack
@ -183,6 +183,12 @@ Guide <http://docs.openstack.org/index.html#install-guides>`_. All
nodes must run a supported distribution of Linux with a recent kernel
and the current release packages.
Service specific upgrade instructions
-------------------------------------
* `Upgrading the Networking Service <http://docs.openstack.org/developer/neutron/devref/upgrade.html>`_
Prerequisites
-------------