summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-21 08:44:15 +0000
committerGerrit Code Review <review@openstack.org>2020-07-21 08:44:15 +0000
commit2200094295ad382dd804edfbf963b1e1106aa271 (patch)
treeaef4e6c5b0e14d63e8ee4e49be0afe0a3e0374a6 /doc
parent1c9f4ac6239af71353484ad9aa30caa367e2a393 (diff)
parent1456ef0af660524dd5780c760612cbbee53ba516 (diff)
downloadceilometer-2200094295ad382dd804edfbf963b1e1106aa271.tar.gz
Merge "Remove glance-registry from docs"
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