[openstack-dev] Installation Error : keystone_role provider 'openstack': Could not authenticate

2016-07-28 Thread Dhvanan Shah
ack': Could not > authenticate It also says that the file /root/keystonerc_admin has been created, but there is no such file present in that location. Could someone guide me on this, as I did not find this issue discussed on any forum. Thanks, Dhvana

Re: [openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
27, 2016 at 5:30 PM, Dolph Mathews <dolph.math...@gmail.com> wrote: > > On Wed, Apr 27, 2016 at 6:53 AM, Dhvanan Shah <dhva...@gmail.com> wrote: > >> Hi, >> >> Enabling the debug flag didn't give any additional information. >> >> 2 node Clus

Re: [openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
r configuration looks entirely correct to me, so I'm curious > what the outcome is here. The only other red flag I see is that you > mentioned a "2 node OpenStack cluster", and I'm not sure what that means in > this context, exactly. How are the 2 nodes utilized? > > On Wed, A

Re: [openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
/tokens HTTP/1.1" 403 3370 DEBUG (session:396) Request returned failure status: 403 DEBUG (shell:914) Forbidden (HTTP 403) Forbidden: Forbidden (HTTP 403) ERROR (Forbidden): Forbidden (HTTP 403) On Wed, Apr 27, 2016 at 3:12 PM, Dhvanan Shah <dhva...@gmail.com> wrote: > On ru

Re: [openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
; ERROR (Forbidden): Forbidden (HTTP 403) == Nova instances == No handlers could be found for logger "keystoneclient.auth.identity.generic.base" ERROR (Forbidden): Forbidden (HTTP 403) On Wed, Apr 27, 2016 at 3:09 PM, Dhvanan Shah <dhva...@gmail.com> wrote: > Hi Jens, > >

Re: [openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
till gives the error of forbidden access. I think the password is not the issue. Forbidden access might be something else. Do you want me to share anything else? On Wed, Apr 27, 2016 at 2:56 PM, Jens Rosenboom <j.rosenb...@x-ion.de> wrote: > 2016-04-27 10:30 GMT+02:00 Dhvanan Shah

Re: [openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
, Dhvanan Shah <dhva...@gmail.com> wrote: > All the services are running properly, it is just that the any action > performed says I am not authenticated or Forbidden (403) which means that > there is an authorization problem. In my keystone_adminrc file I have > exported all the env

Re: [openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
it be the case that this admin password is wrong because of which it is not authenticating the admin right. If so how can I change the admin password? On Wed, Apr 27, 2016 at 12:05 PM, Dhvanan Shah <dhva...@gmail.com> wrote: > http://10.16.37.221:35357/v2.0/tokens/34e4b79b157a4526bc8ebb8

Re: [openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
le": "Unauthorized"}} So there is a problem in authentication from the keystone.I haven't changed the admin password. On Wed, Apr 27, 2016 at 12:01 PM, Dhvanan Shah <dhva...@gmail.com> wrote: > Hi, > > I have a 2 node OpenStack cluster setup running on CentOS. Due to some > re

[openstack-dev] Keystone Authorization Failed: Forbidden (HTTP 403)

2016-04-27 Thread Dhvanan Shah
entity response: {"error": {"message": "Could not find token: 34e4b79b157a4526bc8ebb80b82cbf62", "code": 404, "title": "Not Found"}} 2016-04-27 04:18:31.290 4314 WARNING keystonemiddleware.auth_token [-] Aut

Re: [openstack-dev] Dynamically adding Extra Specs

2016-02-07 Thread Dhvanan Shah
<jaypi...@gmail.com> wrote: > Apologies for the delayed responses. Comments inline. > > On 01/27/2016 02:29 AM, Dhvanan Shah wrote: > >> Hey Jay! >> >> Thanks for the clarification. There was another thing that I wanted to >> know, is there any provi

Re: [openstack-dev] Dynamically adding Extra Specs

2016-01-26 Thread Dhvanan Shah
pointed out earlier a "flavor explosion" problem. So is there a way to pass some extra arguments or some additional information to nova. On Fri, Jan 22, 2016 at 7:17 PM, Jay Pipes <jaypi...@gmail.com> wrote: > Hi! Comments inline... > > On 01/22/2016 01:26 AM, Dhvanan Shah wr

[openstack-dev] Dynamically adding Extra Specs

2016-01-21 Thread Dhvanan Shah
a VM through the nova cli? Setting and unsetting the extra specs everytime I spawn VM's according to my need would be quite inefficient as it makes changes to the database. Thanks, Dhvanan Shah __ OpenStack Development Mailing

Re: [openstack-dev] ERROR : openstack Forbidden (HTTP 403)

2015-10-15 Thread Dhvanan Shah
/var/tmp/packstack/20151015-212559-xwC1zD/manifests/10.16.37.221_keystone.pp.log Could someone please help me with this? On Mon, Oct 12, 2015 at 5:16 PM, Dhvanan Shah <dhva...@gmail.com> wrote: > Resolved it. > The no_proxy env var needs to be set if your computer is located behind a

[openstack-dev] ERROR : openstack Forbidden (HTTP 403)

2015-10-12 Thread Dhvanan Shah
: openstack Forbidden (HTTP 403) I've checked the permissions of the the executable files and they are not the problem. So I'm not sure why I'm forbidden from executing this. Could use some help! -- Dhvanan Shah __ OpenStack

Re: [openstack-dev] ERROR : openstack Forbidden (HTTP 403)

2015-10-12 Thread Dhvanan Shah
, Dhvanan Shah <dhva...@gmail.com> wrote: > Hi, > > I am getting this error while installing Openstack on Centos. > ERROR : Error appeared during Puppet run: 10.16.37.221_keystone.pp > Error: Could not prefetch keystone_service provider 'openstack': Execution > of '/usr/bi

[openstack-dev] (NOVA) Is there a Queue maintained for instance requests

2015-09-18 Thread Dhvanan Shah
ll the db operations from here on the request is sent to the scheduler that return a host for the instance. So I'm not sure if I missed it but I was not able to find any queue where the requests are being registered. Could someone please help me understand how this works. Cheers! -- Dhv

[openstack-dev] Tracing a request (NOVA)

2015-08-28 Thread Dhvanan Shah
can find help or point in some direction then it would be of great help. -- Dhvanan Shah __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe