Questions tagged [keystone]

Keystone is the identity service used by OpenStack for authentication.

Essentially keystone's role is to grant tokens to users be they people, services, or anything at all.

If you make an API query anywhere in OpenStack, keystone's API is how it is discovered if you are allowed to make that API query.

247 questions
0
votes
1 answer

keystone, cert_required and nova

I'm trying to configure Keystone in my OpenStack setup to use SSL. I'm currently playing with cert_required flag in keystone.conf: [ssl] enable = True certfile = /etc/keystone/ssl/certs/signing_cert.pem keyfile =…
dulek
  • 47
  • 3
0
votes
2 answers

keystone fails to authenticate any service on openstack

Not able to run any command that requires authentication from keystone, including logging in horizon. Every command fails with below error: keystone user-list Authorization Failed: An unexpected error prevented the server from fulfilling your…
user3114615
  • 1
  • 1
  • 4
0
votes
1 answer

swift + keystone user / password invalid

i am newbie at openstack i just installed and configured Swift. Followed this instruction: http://docs.openstack.org/developer/swift/development_saio.html everything works fine. Next i want to create users, groups dynamically. But i found its not…
0
votes
1 answer

Dependency injection trouble with Keystone extensions

I’m trying to come up with a keystone extension that provides dependency injections as described in the keystone docs (and other extensions) but when i try to access the dependency’s functions in my controller, i get an “AttributeError:…
mrmoje
  • 3,714
  • 3
  • 20
  • 18
0
votes
1 answer

Add a column to a Keystone model

I'm trying to add a column to the User model under keystone/identity/backends/sql.py. I'm also using devstack to set things up. However, when I run stack.sh, I'm getting this error: + [[…
Derek Chiang
  • 3,330
  • 6
  • 27
  • 34
0
votes
1 answer

Adding new user to KeyStone-OpenStack using Android

I'm trying to create new user to OpenStack using the api given in this link http://docs.openstack.org/api/openstack-identity-service/2.0/content/POST_addUser_v2.0_users_Admin_API_Service_Developer_Operations-d1e1356.html I have passed the token…
Lou Agojo
  • 31
  • 1
  • 5
0
votes
0 answers

How to make openstack cloud read-only

We have an openstack installation. During maintenance/upgrade, We want to make the services read only. Mostly block all the POST calls to the openstack components. One single global switch to stop writes from UI or APIs except a special set of users
Diaspora
  • 1
  • 1
0
votes
1 answer

API specification for OpenStack

Is there a Web page (such as Java http://docs.oracle.com/javase/7/docs/api/) where you can see the documentation of the classes that make up each component Openstack? I'm looking for several days and can not find anything similar. The only…
Lobo
  • 4,001
  • 8
  • 37
  • 67
0
votes
1 answer

Keystorne authentication

I'm want use as a external storage the Openstack swift on Owncloud, but I don't know if I it is right. So, please, tell me: Could I use the Openstack Swift + Keystone auth method on Owncloud? I'm using Windows Server.
0
votes
1 answer

Owncloud + Swift + Keystone

I need this information fast, so please help me. I wanna know if I can access OpenStack Swift on Owncloud applicaton using keystone as the method of authentication ?
0
votes
7 answers

Openstack-Keystone failing to start

I've tried almost everything in the past couple of days to get keystone running to no avail. The setup is all on the same host, the virtualization and openstack and keystone are all on the same host, so I've tried setting up keystone with 127.0.0.1…
Bogdan
  • 118
  • 1
  • 3
  • 11
0
votes
1 answer

Openstack-Folsom keystone script fail to configure

Based on this link https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst#openstack-folsom-install-guide , I tried running these scripts but it fails despite me setting the HOST_IP &…
-1
votes
2 answers

Mongo Db , how to query where in the paramer is an object

Mongo Db , how to query where in the paramers are an object with arrays. I wanted to return the result based on the sample query paramter below. Where year in array also includes model , mileage etc. How we will do that in mongo ? I wanted to return…
user11327631
-1
votes
2 answers

Error: Most middleware (like bodyParser) is no longer bundled with ExpressJs

I keep getting the above error when trying to run my app, can't figure out what package I haven't added.. The server was working perfectly fine before adding this document, so im hoping its an issue with this document and not something else. Its a…
One 31
  • 13
  • 3
-1
votes
1 answer

I m trying to integrate ldap with devstack and when i did ./stack.sh i got this localrc: line 9: KEYSTONE_IDENTITY_BACKEND: command not found

localrc file ADMIN_PASSWORD=password2 MYSQL_PASSWORD=password2 RABBIT_PASSWORD=password2 SERVICE_PASSWORD=password2 SERVICE_TOKEN=token2 …
Anagh Hegde
  • 327
  • 2
  • 14
1 2 3
16
17