install-doc: Disable ceilometer-api service

We tell people to configure ceilometer-api with apache/mod_wsgi.
But we miss to disable the ceilometer-api service for testing purpose.

Change-Id: I05949719d9804162fd990c298a5bfd8b9a42e616
This commit is contained in:
Mehdi Abaakouk 2017-01-24 09:16:23 +01:00
parent 40da6c9748
commit 5c621712a9

View File

@ -68,3 +68,11 @@
Replace ``CEILOMETER_PASS`` with the password you chose for
the ``ceilometer`` user in the Identity service.
3. Stop and disable the ceilometer-api which is dedicated for testing only
.. code-block:: console
# systemctl disable ceilometer-api
# systemctl stop ceilometer-api