Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-23 Thread magicb...@hotmail.com
Hi yes, I've configured Horizon to use V3 identity endpoint. And after applying latests updates from liberty, everything works as expected (v2 o v3), so I guess it was some kind of bug Thanks for your help. J. On 23/05/16 09:44, Eugen Block wrote: Hi Can I run "su -s /bin/sh -c "keysto

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-23 Thread Eugen Block
Hi Can I run "su -s /bin/sh -c "keystone-manage db_sync" keystone" without loosing any data (current users, roles, permissions, etc)?? I wouldn't guarantee that nothing happens to your database (if you're unsure make a backup), but I have executed this command without any impact on my dat

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread Adam Young
On 05/20/2016 12:18 PM, magicb...@hotmail.com wrote: Hi Adam What do you mean with "upgrade the Fuel code to use the V3 Keystone API"?? Afaik I'm running the latest FUEL distro released, which is fuel 8.0is there any new version available? Not you, the Fuel developers. On 20/05/16 17:

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread magicb...@hotmail.com
Hi Adam What do you mean with "upgrade the Fuel code to use the V3 Keystone API"?? Afaik I'm running the latest FUEL distro released, which is fuel 8.0is there any new version available? On 20/05/16 17:16, Adam Young wrote: On 05/20/2016 06:14 AM, magicb...@hotmail.com wrote: Hi I've d

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread magicb...@hotmail.com
Hi Eugen I have admin_token set, but token_provider isn't set. Can I run "su -s /bin/sh -c "keystone-manage db_sync" keystone" without loosing any data (current users, roles, permissions, etc)?? J. On 20/05/16 12:42, Eugen Block wrote: Hi, I had a similar issue, in Liberty I used uuid toke

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread Adam Young
On 05/20/2016 06:14 AM, magicb...@hotmail.com wrote: Hi I've deployed FUEL 8.0 (liberty) on my lab and noticed that FUEL works with fernet tokens. Because I have an old app which only works with UUID, I have changed /etc/keyston/keyston.conf from: [token] provider = keystone.token.p

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread Eugen Block
Hi, I had a similar issue, in Liberty I used uuid tokens, then I upgraded to Mitaka and also switched to fernet tokens. Because of some kind of inconsistency I wanted to switch back to uuid. Do you have an admin_token set in your keystone.conf? I compared my current conf file to the liberty

[Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread magicb...@hotmail.com
Hi I've deployed FUEL 8.0 (liberty) on my lab and noticed that FUEL works with fernet tokens. Because I have an old app which only works with UUID, I have changed /etc/keyston/keyston.conf from: [token] provider = keystone.token.providers.fernet.Provider to: [token] provid