From dc1402666fb6d202bded23a06e4156bbccf62b94 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 29 Nov 2019 12:07:20 -0500 Subject: [PATCH] Follow up I18d73212f9d98bc75974a024cf6fd872fdfb1ca4 Multiple cells is not a requirement for using the API metadata service so this fixes the change based on the nova-network multi-host change [1]. [1] https://review.opendev.org/#/c/686816/12/doc/source/install/get-started-compute.rst@29 Change-Id: Ie033e6f328a8be903c56b45fdfb019b0046f23ad --- doc/source/install/get-started-compute.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/install/get-started-compute.rst b/doc/source/install/get-started-compute.rst index 9c918e5124..1b7441e638 100644 --- a/doc/source/install/get-started-compute.rst +++ b/doc/source/install/get-started-compute.rst @@ -24,9 +24,8 @@ OpenStack Compute consists of the following areas and their components: orchestration activities, such as running an instance. ``nova-api-metadata`` service - Accepts metadata requests from instances. The ``nova-api-metadata`` service - is used when running a multi-cell deployment. For more information, refer to - :ref:`cells-v2-layout-metadata-api`. + Accepts metadata requests from instances. For more information, refer to + :doc:`/admin/metadata-service`. ``nova-compute`` service A worker daemon that creates and terminates virtual machine instances through