From efb533a6ddbfbcf1e16e9e6ed94a22c374e90cba Mon Sep 17 00:00:00 2001 From: Liam Young Date: Fri, 3 Aug 2018 13:16:45 +0100 Subject: [PATCH] Remove Neutron MetaAPIProxy from cellsv2-layout Its unclear which metadata service the section is refering to and moreover none of them seem to need an api_database section. Change-Id: I77f7a0f3a1e4a3702ca330cbe3f54b6a77bb77b0 Closes-Bug: #1785237 --- doc/source/user/cellsv2-layout.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/user/cellsv2-layout.rst b/doc/source/user/cellsv2-layout.rst index 6883aafef915..2e3c96c875d8 100644 --- a/doc/source/user/cellsv2-layout.rst +++ b/doc/source/user/cellsv2-layout.rst @@ -291,12 +291,14 @@ documentation ` for more details. -Neutron Metadata API proxy -~~~~~~~~~~~~~~~~~~~~~~~~~~ +Nova Metadata API service +~~~~~~~~~~~~~~~~~~~~~~~~~ -The Neutron metadata API proxy should be global across all cells, and +The Nova metadata API service should be global across all cells, and thus be configured as an API-level service with access to the -``[api_database]/connection`` information. +``[api_database]/connection`` information. The nova metadata API service must +not be run as a standalone service (e.g. must not be run via the +nova-api-metadata script). Consoleauth service and console proxies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~