-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the role of monasca-api memcached #487
Comments
You're right. Memcached caches Keystone tokens to reduce the number of authorization requests to Keystone. |
I just tested it with docker-compose and memcached is used correctly:
Are you sure monasca-api can connect to memcached? Any warnings/errors in monasca-api logs? |
But from memcached stats looks like nothing is send to memcached. |
very thanks.i check the api source code(https://github.com/openstack/monasca-api/blob/master/README.rst),but find nothing about memcached operate.en ,i thank memcached is used by keystone,not cached tokens for api.did you find any operation about memcached in api project? as the picture show,keystone can use memcached cach tokens. |
It's used by keystonemiddleware |
hello,i install monasca in my docker platform.find memecached no any message.but monasca workds well.i wonder what is the role of monasca memcached.is api get tokens from memcached ,if memcached no token then request to keystone and put token in memcached?very thanks..
The text was updated successfully, but these errors were encountered: