4-opensatck之keystone下
4.1 查看修改的keystone的配置文件 1 2 3 4 5 6 7 8 [root@linux-node1~] #grep-En'^[a-Z]'/etc/keystone/keystone.conf 152:debug= true default模块 17:admin_token=0eed56d434cbac30394cDEFAULT模块,token机制 640:connection=mysql: //keystone :keystone@192.168.56.11 /keystone #database模块认证数据库所在的地址 1472:servers=192.168.56.11:11211memcache模块,token存放的地址 2294:driver=sql #revoke模块 2655:provider=uuid #token模块 2665:driver=memcache #token模块 4.2 启动memcache服务 1 2 [root@linux-node1~] #systemctlstartmemcached.service [root@linux-node1...