From c86ab7cf412ac42d00a877da53d1976e063c8e9a Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Mon, 8 Apr 2019 15:49:41 +0000 Subject: [PATCH] Update Monasca docs to use enable_openstack_core flag The recent addition of this flag make the configuration of stand-alone Monasca slightly simpler. Change-Id: Ib4c03926daa3f0f3de0fa4412cd785d87ed5500c --- .../logging-and-monitoring/monasca-guide.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/source/reference/logging-and-monitoring/monasca-guide.rst b/doc/source/reference/logging-and-monitoring/monasca-guide.rst index 43fe30bdb4..2b24110113 100644 --- a/doc/source/reference/logging-and-monitoring/monasca-guide.rst +++ b/doc/source/reference/logging-and-monitoring/monasca-guide.rst @@ -73,21 +73,17 @@ To configure a standalone installation you will need to add the following to .. code-block:: yaml - enable_nova: "no" - enable_neutron: "no" - enable_heat: "no" - enable_openvswitch: "no" - enable_horizon: "no" - enable_glance: "no" + enable_openstack_core: "no" enable_rabbitmq: "no" + enable_keystone: "yes" With the above configuration alone Keystone *will* be deployed. If you want -Monasca to be registered with an external instance of Keystone you can -add the following, additional configuration to `/etc/kolla/globals.yml`: +Monasca to be registered with an external instance of Keystone remove +`enable_keystone: "yes"` from `/etc/kolla/globals.yml` and add the following, +additional configuration: .. code-block:: yaml - enable_keystone: "no" keystone_admin_url: "http://172.28.128.254:35357" keystone_internal_url: "http://172.28.128.254:5000" monasca_openstack_auth: