<div dir="ltr">The documentation says "driver = memcache" not "driver = memcached".</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 17, 2015 at 10:33 PM, Martinx - ジェームズ <span dir="ltr"><<a href="mailto:thiagocmartinsc@gmail.com" target="_blank">thiagocmartinsc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 18 October 2015 at 02:16, Martinx - ジェームズ <<a href="mailto:thiagocmartinsc@gmail.com">thiagocmartinsc@gmail.com</a>> wrote:<br>
> Guys,<br>
><br>
> I'm trying to install Liberty on Ubuntu Trusty, I'm following the doc:<br>
><br>
> <a href="http://docs.openstack.org/liberty/install-guide-ubuntu/keystone-install.html" rel="noreferrer" target="_blank">http://docs.openstack.org/liberty/install-guide-ubuntu/keystone-install.html</a><br>
><br>
> And, after running:<br>
><br>
> ---<br>
> openstack --os-auth-url <a href="http://liberty-1.mydomain.com:35357/v3" rel="noreferrer" target="_blank">http://liberty-1.mydomain.com:35357/v3</a><br>
> --os-project-domain-id default --os-user-domain-id default<br>
> --os-project-name admin --os-username admin --os-auth-type password<br>
> token issue<br>
> Password:<br>
> ---<br>
><br>
> I'm seeing the following error on output:<br>
><br>
> ---<br>
> An unexpected error prevented the server from fulfilling your request.<br>
> (HTTP 500) (Request-ID: req-31b76921-71ff-4dfe-9bcd-10a395925fc1)<br>
> ---<br>
><br>
> And on logs:<br>
><br>
> ---<br>
> <a href="http://paste.openstack.org/show/476623/" rel="noreferrer" target="_blank">http://paste.openstack.org/show/476623/</a><br>
> ---<br>
><br>
> If I comment the file:<br>
><br>
> ---<br>
> driver = memcached<br>
> ---<br>
><br>
> Under [token] in /etc/keystone/keystone.conf, then, the problem goes away.<br>
><br>
> But, is it okay? Is this only a documentation bug?<br>
><br>
> Am I still using Memcached somehow, by default?<br>
><br>
> Thanks!<br>
> Thiago<br>
<br>
</div></div>Just confirming... By removing the "driver = memcached" line out from<br>
[token] section in keystone.conf, it seems to be working:<br>
<br>
---<br>
user@liberty-1:~$ openstack --os-auth-url<br>
<span class=""><a href="http://liberty-1.mydomain.com:35357/v3" rel="noreferrer" target="_blank">http://liberty-1.mydomain.com:35357/v3</a> --os-project-domain-id default<br>
--os-user-domain-id default --os-project-name admin --os-username<br>
admin --os-auth-type password token issue<br>
Password:<br>
</span>+------------+----------------------------------+<br>
| Field      | Value                            |<br>
+------------+----------------------------------+<br>
| expires    | 2015-10-18T05:30:33.302039Z      |<br>
| id         | fa78e53f8f4542acab6f99de159d559f |<br>
| project_id | b96eab2943994f6183c31648febaf4fb |<br>
| user_id    | 955568fffd574486a2a2fabaac7094e1 |<br>
+------------+----------------------------------+<br>
---<br>
<br>
Do you thinks that it is "safe" to continue? I'm wondering about side<br>
effects of this (no memcached anymore?)...<br>
<br>
Best,<br>
<div class="HOEnZb"><div class="h5">Thiago<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</div></div></blockquote></div><br></div>