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
1
vote
2 answers

Failed to discover available identity in OpenStack

I have a little problem with OpenStack installation. When i use this: openstack service list the terminal return this error: Failed to discover available identity versions when contacting http://controller:35357/v3. Attempting to parse version…
Difettoso
  • 51
  • 1
  • 1
  • 10
1
vote
1 answer

Packer + Openstack: DomainID been asked even after providing it

I am trying to use Packer with Openstack. I've set my enviornmental variables correctly still I am getting error while packer validation. My json file for packer: { "builders":[{ "type": "openstack", "region": "ap-au-1", "ssh_username":…
Krishna Sharma
  • 131
  • 2
  • 3
  • 12
1
vote
1 answer

OpenStack - KeyStone Requires Authentication 401

I'm trying to list the projects (but the same thing occurs whether I try to do that, or attempt to list the users, so let's just generalise the error to any API call). Every time I do this, I get the following HTTP 401 code: File…
MRichards
  • 86
  • 1
  • 5
  • 15
1
vote
1 answer

OpenStack KeyStone SSL Exception When Creating an Instance of KeyStone

I create an instance of KeyStone like so: import cherrypy from keystoneauth1 import session as session from keystoneclient.v3 import client as client from keystoneauth1.identity import v3 auth = v3.Password(auth_url = KEYSTONE_URL, username =…
MRichards
  • 86
  • 1
  • 5
  • 15
1
vote
1 answer

Configuring Orion Context Broker, Wilma PEP Proxy and Keyrock IdM

My name is Joe and I'm in traineeship about IoT security and Identity Management. In order to develop some solutions to a project I've been assigned, I have to configure and integrate Orion, Wilma and Keyrock (and potentially a PDP, but that comes…
Giuseppe
  • 17
  • 1
  • 7
1
vote
0 answers

Openstack - Change Admin password for the Dashboard? (Ubuntu 14.04)

I am using Ubuntu 14.4 for OpenStack. When I put user and password it is not working, it shows "Invalid credentials." I am building Cloud Computing infrastructure by OpenStack Liberty. Where can I change the Admin Password for the Dashboard in…
kabir
  • 5
  • 5
1
vote
1 answer

Multer is not populating req.body and req.file

I am using Multer to parse a multipart form in a keystone environment and and not able to access the req.body and req.file data inside my route controller routes/index.js var keystone = require('keystone'), middleware =…
nickanna_42
  • 169
  • 12
1
vote
2 answers

Ldap connection with Openstack could not find user : admin

I am confuring Ldap with openstack but when openstack send request to my ldap server, an error occured like could not find user: admin. Logs are below. Ldap server should send its information to my openstack environment. Is below warning…
Yunus
  • 731
  • 1
  • 11
  • 26
1
vote
1 answer

Port forward Devstack tried to connect to local IP instead of IP address of port forwarding in Swift

I installed Devstack in one of the VMs inside the network with IP address 192.168.89.51 but I port forwarded of port 5000 into seclab...de:50071. The authentication in Keystone is successful and I was able to get the token from Keystone but when I…
Ihsan Haikal
  • 1,085
  • 4
  • 16
  • 42
1
vote
1 answer

Using Global Instance of Keystone

Is it possible to use the Global Instance of Keystone to retrieve registered user profile info? According to these references: https://github.com/telefonicaid/fiware-pep-steelskin#keystone and Keystone create user and permissions by api, it seems…
netzahdzc
  • 237
  • 1
  • 10
1
vote
2 answers

keystonejs behind nginx proxy

I got stack wiht keystonejs behind nginx . the nginx .conf : server { listen 8080; server_name localhost; location /wanghuan/ { proxy_redirect off; proxy_set_header X-Real-IP $remote_addr; …
sking
  • 11
  • 2
1
vote
1 answer

using Redis in Openstack Keystone, some Rubbish in redis

Recently, I'm using Redis to cache token for OpenStack Keystone. The function is fine, but some expired cache data still in Redis. my Keystone…
Sinka Lee
  • 163
  • 1
  • 6
1
vote
1 answer

Keystone file via form using s3 bucket

File upload is not working via form in keystone when i try to upload it to Amazon s3 bucket I am using keystone 0.4.0 beta version with jade. This is my model var keystone = require('keystone'); var Types = keystone.Field.Types; var Email =…
1
vote
0 answers

Token expiration from FIWARE Keyrock using oauth2

In FIWARE Keyrock, using oauth2, how to I change the duration of the tokens from the default 3600 seconds? I tried to change keystone.conf - [token] - expiration, with no success. I already get the information that oauth2 is not original from…
1
vote
0 answers

Why I get error "Could not find domain: default" when import core Murano library during manual installation

I'm in the middle of installing Murano using this guide: http://docs.openstack.org/developer/murano/draft/admin-guide/deploy_murano/install_manually.html and got stack when I try to import core Murano libarary. I installed a standard OpenStack…
Dedi
  • 41
  • 5