summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-11-22 16:45:33 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2019-11-25 09:19:24 -0500
commit1319931f46458d522e28f9e2aed5ab40290f88a9 (patch)
treea04a7173273c9a20e38502be2cc18bb6a412b024 /api-guide
parent173831558f836dd5423dcd052dc30274b52b2198 (diff)
downloadnova-1319931f46458d522e28f9e2aed5ab40290f88a9.tar.gz
api-guide: remove empty sections about inter-service interactions
The todos here are just kind of embarrassing so rather than try to flesh these out we should just remove them. The alternative would be writing something at a very high level like 'the compute service works with the image service to get the guest operating system image and create snapshots', 'the compute service works with the block storage service to use persistent volumes as root volumes with an operating system image or data volumes', 'the compute service works with the networking service to provide network access to the server and firewall rules using security groups' and then link to the glance, cinder and neutron docs, but I'm not sure it's worth it. Change-Id: I7f7ca4cc5781a93c0b7b508b5c29e1f6f28194ad
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/general_info.rst27
1 files changed, 0 insertions, 27 deletions
diff --git a/api-guide/source/general_info.rst b/api-guide/source/general_info.rst
index b801c89ddd..783dc82ce3 100644
--- a/api-guide/source/general_info.rst
+++ b/api-guide/source/general_info.rst
@@ -276,30 +276,3 @@ on compute hosts rather than servers.
Administrators are able to query the records in database for information
about migrations. For example, they can determine the source and
destination hosts, type of migration, or changes in the server's flavor.
-
-Relationship with Volume API
-============================
-
-Here we discuss about Cinder's API and how Nova users volume UUIDs.
-
-.. todo:: add more details.
-
-Relationship with Image API
-===========================
-
-Here we discuss about Glance's API and how Nova uses image UUIDs.
-We also discuss how Nova proxies setting image metadata.
-
-.. todo:: add more details.
-
-Interactions with neutron and nova-network (deprecated)
-=======================================================
-
-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,
-and proxying floating IPs. Also talk about the APIs we do not proxy.
-
-.. todo:: add more details.