summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgugug <gu.jin@99cloud.net>2020-07-07 23:27:45 +0800
committergugug <gu.jin@99cloud.net>2020-07-07 23:27:45 +0800
commit1456ef0af660524dd5780c760612cbbee53ba516 (patch)
tree1999a1fe312237b532a6d86335636936b8fb4432 /doc
parent845c5d846480b2989df82a0c3b0e49f3bfead820 (diff)
downloadceilometer-1456ef0af660524dd5780c760612cbbee53ba516.tar.gz
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: Ib33a3f49647d86fae826f416825a85433730b391
Diffstat (limited to 'doc')
-rw-r--r--doc/source/install/glance/install-glance-obs.rst5
-rw-r--r--doc/source/install/glance/install-glance-rdo.rst5
-rw-r--r--doc/source/install/glance/install-glance-ubuntu.rst4
3 files changed, 5 insertions, 9 deletions
diff --git a/doc/source/install/glance/install-glance-obs.rst b/doc/source/install/glance/install-glance-obs.rst
index 2aa0a291..4044d278 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 58a4ba17..089b48f4 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 b46fe5ec..46c1dbaa 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