From 9a8e39adcc154681323ee12be3982aa094ff81a1 Mon Sep 17 00:00:00 2001 From: Helena McGough Date: Wed, 13 Dec 2017 16:48:22 +0000 Subject: [PATCH] Updated installation documentation for authentication Change-Id: Iaaa7739ca61cd86c400c06d01f40bb10f87ee968 Signed-off-by: Helena McGough --- doc/MON_install_guide.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/MON_install_guide.rst b/doc/MON_install_guide.rst index 2d36040..d086a82 100644 --- a/doc/MON_install_guide.rst +++ b/doc/MON_install_guide.rst @@ -84,6 +84,17 @@ please refer to the following documentation: These documents will also describe what alarming and monitoring functionality the plugins support. +The following steps will allow you to use the plugins: + +* Pass your openstack deployment credentials to the MON container: + + :: + + lxc exec MON -- export OS_AUTH_URL= + lxc exec MON -- export OS_PASSWORD= + lxc exec MON -- export OS_TENANT_NAME= + lxc exec MON -- export OS_USERNAME= + * The Gnocchi and Aodh plugins work from a common KafkaConsumer that checks for the appropriate topics and keys. To run this consumer: -- 2.25.1