0

/etc/glance/glance-api.conf,为什么地址前面memcached_servers没有,你看,都有。http://auth_uriauth_url

[keystone_authtoken] 
#... 
auth_uri  =  http:// controller:5000 
auth_url  =  http:// controller:35357 
memcached_servers  =  controller:11211 
auth_type  =  password 
project_domain_name  =  default 
user_domain_name  =  default 
project_name  =  service 
username  =  glance 
password  =  GLANCE_PASS
4

1 回答 1

1

大概是因为他们不通过http进行通信?

https://github.com/memcached/memcached/blob/master/doc/protocol.txt

Memcache 似乎通过 TCP 上的自定义协议进行通信。

https://github.com/memcached/memcached/wiki/BinaryProtocolRevamped

于 2017-06-30T02:45:36.393 回答