diff --git a/doc/source/install/glance/install-glance-obs.rst b/doc/source/install/glance/install-glance-obs.rst index 2aa0a291fe..4044d278d3 100644 --- a/doc/source/install/glance/install-glance-obs.rst +++ b/doc/source/install/glance/install-glance-obs.rst @@ -7,8 +7,7 @@ these steps on the controller node. Configure the Image service to use Telemetry -------------------------------------------- -* Edit the ``/etc/glance/glance-api.conf`` and - ``/etc/glance/glance-registry.conf`` files and +* Edit the ``/etc/glance/glance-api.conf`` file and complete the following actions: * In the ``[DEFAULT]``, ``[oslo_messaging_notifications]`` sections, @@ -35,4 +34,4 @@ Finalize installation .. code-block:: console - # systemctl restart openstack-glance-api.service openstack-glance-registry.service + # systemctl restart openstack-glance-api.service diff --git a/doc/source/install/glance/install-glance-rdo.rst b/doc/source/install/glance/install-glance-rdo.rst index 58a4ba17f6..089b48f42c 100644 --- a/doc/source/install/glance/install-glance-rdo.rst +++ b/doc/source/install/glance/install-glance-rdo.rst @@ -7,8 +7,7 @@ these steps on the controller node. Configure the Image service to use Telemetry -------------------------------------------- -* Edit the ``/etc/glance/glance-api.conf`` and - ``/etc/glance/glance-registry.conf`` files and +* Edit the ``/etc/glance/glance-api.conf`` file and complete the following actions: * In the ``[DEFAULT]``, ``[oslo_messaging_notifications]`` sections, @@ -35,4 +34,4 @@ Finalize installation .. code-block:: console - # systemctl restart openstack-glance-api.service openstack-glance-registry.service + # systemctl restart openstack-glance-api.service diff --git a/doc/source/install/glance/install-glance-ubuntu.rst b/doc/source/install/glance/install-glance-ubuntu.rst index b46fe5ecfa..46c1dbaad5 100644 --- a/doc/source/install/glance/install-glance-ubuntu.rst +++ b/doc/source/install/glance/install-glance-ubuntu.rst @@ -7,8 +7,7 @@ these steps on the controller node. Configure the Image service to use Telemetry -------------------------------------------- -* Edit the ``/etc/glance/glance-api.conf`` and - ``/etc/glance/glance-registry.conf`` files and +* Edit the ``/etc/glance/glance-api.conf`` file and complete the following actions: * In the ``[DEFAULT]``, ``[oslo_messaging_notifications]`` sections, @@ -35,5 +34,4 @@ Finalize installation .. code-block:: console - # service glance-registry restart # service glance-api restart