From 7fcbea134c24fe909eb5858c0662f67ab74f134a Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 29 Nov 2016 21:15:24 +0800 Subject: [PATCH] Remove the "nova-network" component from Compute service Nova network was deprecated in the Nova project in April 2016. The nova-network component should be removed. Change-Id: I1adeacf08c4baa561bfd11878baea4b527130b4f --- doc/common/get-started-compute.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/common/get-started-compute.rst b/doc/common/get-started-compute.rst index 903316b9e6..88dbfdfbb0 100644 --- a/doc/common/get-started-compute.rst +++ b/doc/common/get-started-compute.rst @@ -61,11 +61,6 @@ OpenStack Compute consists of the following areas and their components: certificates. Used to generate certificates for ``euca-bundle-image``. Only needed for the EC2 API. -``nova-network`` daemon - Similar to the ``nova-compute`` service, accepts networking tasks from - the queue and manipulates the network. Performs tasks such as - setting up bridging interfaces or changing IPtables rules. - ``nova-consoleauth`` daemon Authorizes tokens for users that console proxies provide. See ``nova-novncproxy`` and ``nova-xvpvncproxy``. This service must be running