Add comments about how to get keystone tokens

For use when the grafana keystone auth is not available.
Requested by the upstream Grafana team

Change-Id: I5ea5c447b0395f7317015fbff8da1b5dc50cd902
This commit is contained in:
Ryan Bak 2017-01-23 12:34:02 -07:00
parent bfea37670d
commit 6aa9fbe82c
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
For more information on Monasca see the [Monasca documentation](https://wiki.openstack.org/wiki/Monasca)
When combined with Grafana Keystone authentication this datasource supports using login credentials to authenticate queries.
When combined with Grafana Keystone authentication this datasource supports using login credentials to authenticate queries.
Without the Grafana Keystone auth, this datasource can be used by inserting a keystone token into the datasource. To get a keystone token download the python-openstackclient, source credentials and run `openstack token issue`.