On Tue, 2023-12-19 at 14:37 -0600, Pete Zaitcev wrote:
On Tue, 19 Dec 2023 17:04:53 -0000 "KEREM CELIKER" <kmceliker@gmail.com> wrote:
The memcached_servers config option can be set in different places depending on the OpenStack service. For example, for nova, it can be set in the [nova] section of the devstack configuration file.
its being set as a sideffect fo this call https://github.com/openstack/devstack/blob/6b0f055b4ed407f8a190f768d0e654235... configure_keystone_authtoken_middleware which is not correct. the content of both are similar but not the same. https://github.com/openstack/devstack/commit/c04ac03e21546a3d25a2b6794802c49... intoduced this behavior 6 years ago. based on https://docs.openstack.org/cinder/latest/configuration/block-storage/samples... cinder does nto use the memcache servers option form that section so its currently being ignored.
In this case, I'm talking about /etc/cinder/cinder.conf. Why does Devstack put memcached_servers in [nova] section of it?
I hope it helps your question.
Unfortunately, it does not help. I'm looking for the piece of code that makes use of that configuration, if such code exists.
there is none the nova section in cinder is defiend here https://github.com/openstack/cinder/blob/master/cinder/compute/nova.py#L35-L...
Greetings, -- Pete