Re: [openstack-dev] Devstack liberty with keystone v3

2016-04-27 Thread kiran vemuri UH
Hello ZhiQiang Fan, I am able to fetch v3 catalog by using the openstack commands. But, as I mentioned earlier, I am trying to setup a multi node setup using devstack stable/liberty. I am using the documentation at http://docs.openstack.org/developer/devstack/configuration.html#multi-region-setup

Re: [openstack-dev] Devstack liberty with keystone v3

2016-04-26 Thread ZhiQiang Fan
Sorry, I didn't notice you're using liberty branch, that patch is for master, not sure if it can be cherry-picked to stable/liberty As Dolph Mathews pointed out, you're using keystoneclient.v2 to request to keystone API v3, so it fails with 404, which command are you using? ``openstack catalog

Re: [openstack-dev] Devstack liberty with keystone v3

2016-04-26 Thread Dolph Mathews
On Tuesday, April 26, 2016, kiran vemuri UH wrote: > Hello Sean, > > I tried doing what you suggested and what ZhiQiang Fan suggested as > well. > > But both of them give me similar error when I try to fetch keystone > catalog. > > DEBUG:keystoneclient.auth.identity.v2:Making

Re: [openstack-dev] Devstack liberty with keystone v3

2016-04-26 Thread kiran vemuri UH
Hello Sean, I tried doing what you suggested and what ZhiQiang Fan suggested as well. But both of them give me similar error when I try to fetch keystone catalog. DEBUG:keystoneclient.auth.identity.v2:Making authentication request to http://10.10.50.101:5000/v3/tokens

Re: [openstack-dev] Devstack liberty with keystone v3

2016-04-25 Thread ZhiQiang Fan
what you need is this patch: https://review.openstack.org/#/c/307574/ after install finished, to use admin:demo account and v3 API, run ``source openrc -k3 admin``, then it is done. Cheers! On Tue, Apr 26, 2016 at 7:10 AM, kiran vemuri UH wrote: > Hello All, > > I recently

Re: [openstack-dev] Devstack liberty with keystone v3

2016-04-25 Thread Perry, Sean
To: openstack-dev@lists.openstack.org Subject: [openstack-dev] Devstack liberty with keystone v3 Hello All, I recently got started with OpenStack with a goal of bringing up a multi region setup i.e., 2 regions using the same keystone service. I started with devstack liberty stable release by following

[openstack-dev] Devstack liberty with keystone v3

2016-04-25 Thread kiran vemuri UH
Hello All, I recently got started with OpenStack with a goal of bringing up a multi region setup i.e., 2 regions using the same keystone service. I started with devstack liberty stable release by following the documentation available at: