Openstack's identity service
Questions tagged [openstack-keystone]
30 questions
4
votes
1 answer
How does OpenStack Glance work with Keystone and what exactly are these configuration options for?
I am configuring Glance to authenticate against Keystone. It works
but I am unsure exactly how some of the authentication options
interact.
I started with the configuring glance documentation, but this
doesn't actually document any of these…
larsks
- 47,453
1
vote
1 answer
Can't install openstack kilo, stuck on keystone installation
I'm following this guide to install a testing instance of OpenStack Kilo with a very basic environment in a VirtualBox machine running Ubuntu server 14.04 x64. I've managed to get to the point where the keystone user (mariadb/mysql) has to populate…
1
vote
0 answers
Openstack - Restrict user access to Regions Or Zones
We are going to upgrade our OpenStack by adding a bunch of new compute nodes. These nodes sole purpose is to host 'tiny' instances for users to run some small-scale experiments or to test stuff. Those server specification just exceed the minimum…
Athafoud
- 149
- 1
- 1
- 13
1
vote
1 answer
OpenStack Keystone port 5000 used by Python
I'm following official OpenStack documentation to build my first environment and got stuck in configuring Keystone (last step from http://docs.openstack.org/kilo/install-guide/install/apt/content/keystone-install.html)
While trying to restart apache…
Mateusz Kowalski
- 121
1
vote
1 answer
Openstack multiple nodes: separate Glance and Keystone machines
I followed the guide on hastexo to create an OpenStack Cloud. The Keystone service and the are supposed to run on separate machines. However, when I wanted to run
glance-api in the console for debugging I had the following error:
ERROR: Unable to…
Lucas Kauffman
- 16,990
1
vote
1 answer
Openstack Horizon : WebSSO login seems to redirect to an invalid path in Keystone API
I have an Openstack (yoga) cluster that was installed using kolla-ansible version 14.1.0.
I'm trying to set up OpenIDConnect to login through the Horizon interface and I therefore followed this documentation.
The problem I'm experiencing is that…
aflamant
- 11
- 4
1
vote
1 answer
Limit user scope to a project in openstack
I have an openstack victoria cloud setup. I am using default policy of keystone and have not made any changes to that policy.
I have created a test user names testuser in openstack. I assigned it primary project as testproject and admin role. But…
Shalabh Goel
- 11
- 1
1
vote
0 answers
Why don't identity providers have separate IDs and Names in Openstack?
I think most of the things have a separate ID and a separate Name in Openstack (Users, Projects, virtual machines, etc). Why don't identity providers have separate IDs and Names? Are there other objects like this? Is there a rule why specific…
Zoli
- 11
0
votes
2 answers
OpenStack Keystone | db_sync --check return exit code 1
Hy,
I'm using Ansible OpenStack for deploy OpenStack test environment
On playbook setup-openstack.yml task os_keystone : Check current state of Keystone DB fails because exit code 1 from /openstack/venvs/keystone-20.1.0.dev9/bin/keystone-manage…
CorTheZ
- 83
0
votes
1 answer
Migrating Devstack to subdomain cannot login to Horizon dashboard
I changed the Apache2 virtual host to put horizon on a subdomain so I can access it easier from abroad. I added the domain and subdomain to the local_settings.py for horizon and restarted horizon.
I have added the subdomain and domain to the…
Lance
- 1
0
votes
1 answer
How to solve Failed to retrieve management_url from token issue in order to login to Openstack's Horizon?
Attempt
Reading this Q&A did not solve the issue.
/etc/keystone/keystone.conf
provided if requested
/etc/openstack-dashboard/local_settings
provided if requested
User
A user has been created and it is possible to authenticate
keystone tenant-create…
030
- 6,085
0
votes
0 answers
nova-compute is not running or existing
I'an Newbie with Openstack and I learning it.
I have installed Openstack following official doc on multinode
https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html
1 controller
1 storage
1 compute
Installation completed with no…
Rabah DevOps
- 15
0
votes
0 answers
Has anyone encountered an error like this? "Exhausted all hosts available for retrying build failures for instance"
Maybe someone found a bug like this in your OpenStack, when you created an instance,
error:
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nova/conductor/manager.py", line 705, in build_instances raise…
0
votes
0 answers
Issue in Installing OpenStack Keystone in AWS EC2 Ubuntu Server
I am Installing OpenStack Services like Keystone, Nova and Swift etc.., But when Installing Keystone service, it is showing an error like "The request you have made requires authentication. (HTTP 401) (Request-ID:…
0
votes
0 answers
swift-proxy options are not known to keystonemiddleware
I'm using OpenStack Keystone to verify users for OpenStack Swift. But it seems like Keystone version is not compatible with Swift version or something I don't know. Please help.
I'm using Yoga version on Ubuntu 20. Commands that I ran before…
Penguin
- 1