Delete the "nova-network"

The nova-network service was deprecated, this patch to
remove the nova-network.

Change-Id: I811472ae7bb1ee62ef9cc71271f0170f9e8d6d23
This commit is contained in:
caoyuan 2016-12-01 00:52:38 +08:00 committed by Lana Brindley
parent 97ab09d94a
commit 6f5ceb20a5
2 changed files with 3 additions and 3 deletions

View File

@ -342,8 +342,8 @@ change all flavor types relating to them.
Previously, all services had an availability zone. Currently, only Previously, all services had an availability zone. Currently, only
the ``nova-compute`` service has its own availability zone. Services the ``nova-compute`` service has its own availability zone. Services
such as ``nova-scheduler``, ``nova-network``, and ``nova-conductor`` such as ``nova-scheduler`` and ``nova-conductor`` span all
have always spanned all availability zones. availability zones.
When you run any of the following operations, the services appear in When you run any of the following operations, the services appear in
their own internal availability zone their own internal availability zone

View File

@ -21,7 +21,7 @@ priority, and restore in order.
* - 3 * - 3
- Public network connectivity for user virtual machines - Public network connectivity for user virtual machines
* - 4 * - 4
- ``nova-compute``, ``nova-network``, cinder hosts - ``nova-compute``, cinder hosts
* - 5 * - 5
- User virtual machines - User virtual machines
* - 10 * - 10