commit efdb6163353dcd8cabc99ac33aeb723e1e70d346 Author: gugug Date: Tue Jul 7 23:18:43 2020 +0800 Remove glance-registry from docs glance-registry service was deprecated in Queens release and has been removed in Victoria [1]. [1] https://review.opendev.org/#/c/738671/ Change-Id: Iaf39608b265c4a42a99ff41f5e8bdd2807df7d15 diff --git a/doc/source/admin/troubleshooting.rst b/doc/source/admin/troubleshooting.rst index 081f51e..fd61873 100644 --- a/doc/source/admin/troubleshooting.rst +++ b/doc/source/admin/troubleshooting.rst @@ -197,7 +197,6 @@ The following table lists the commands to restart an OpenStack service. * - Image service - .. code-block:: console - # service glance-registry restart # service glance-api restart * - Compute service (controller node) - .. code-block:: console @@ -471,13 +470,10 @@ Yes: Diagnose Image service issues ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The ``glance-registry`` handles the database operations for managing the -storage of the image index and properties. The ``glance-api`` handles the -API interactions and image store. +The ``glance-api`` handles the API interactions and image store. To troubleshoot problems or errors with the Image service, refer to -:file:`/var/log/glance-api.log` and :file:`/var/log/glance-registry.log` inside -the glance api container. +:file:`/var/log/glance-api.log` inside the glance api container. You can also conduct the following activities which may generate logs to help identity problems: