From fd1bace5d03ce09705bb92014e9ab932ba408a4e Mon Sep 17 00:00:00 2001 From: jichenjc Date: Wed, 30 Aug 2017 19:34:42 +0800 Subject: [PATCH] Update doc to indicate nova-network deprecated Change-Id: I45b586c82faebb1ba6cf2089fc3ec30b6e4761cb TrivialFix: update doc to indicate nova-network deprecated already. --- api-guide/source/general_info.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/api-guide/source/general_info.rst b/api-guide/source/general_info.rst index da818ca4d16d..a6bcf8c04b37 100644 --- a/api-guide/source/general_info.rst +++ b/api-guide/source/general_info.rst @@ -163,12 +163,12 @@ on compute hosts rather than servers. This service runs on every compute node, and communicates with a hypervisor for managing compute resources on that node. - - **nova-network** + - **nova-network (deprecated)** This service handles networking of virtual servers. It is no longer under active development, and is being replaced by Neutron. - - **nova-ec2(deprecated)** + - **nova-ec2 (deprecated)** This service provides AWS EC2 API compatibility. @@ -269,10 +269,11 @@ We also discuss how Nova proxies setting image metadata. TODO - add more details. -Interactions with Neutron and Nova-Network -========================================== +Interactions with neutron and nova-network (deprecated) +======================================================= -We talk about how networking can be provided be either Nova or Neutron. +We talk about how networking can be provided be either neutron or +nova-network (deprecated). Here we discuss about Neutron's API and how Nova users port UUIDs. We also discuss Nova automatically creating ports, proxying security groups,