Questions tagged [openstack-keystone]
46 questions
0
votes
0 answers
/etc/keystone/fernet-keys/ does not contain keys, use keystone-manage fernet_setup to create Fernet keys
I'm deploying openstack infrastructure - Victoria version with unbuntu pro 20.04 LTS. I run into the identity service - keystone in the controller node.
I follow the process explained in this article. I typed all cmds :
su -s /bin/sh -c…

CloudRock
- 159
- 2
- 5
- 14
0
votes
0 answers
I'm curious about Openstack Token, which is about the starting point of issuing Scoped between Horizon, Keystone, and Nova
I'm aware of between Horizon and Keystone, Unscoped Token and Scoped Token.
But, I'd like to know when the user requests Nova to execute the function, how does Nova request Scoped Token?
This is the detail of my question based on Nova.
I know…

Hyeon
- 1
- 1
0
votes
1 answer
ERROR when trying to Create projects in openstack (Missing value auth-url required for auth plugin password )
Openstack | Keystone
I follow above official Openstack documentation to Create projects, users, and roles, I met this error message:
strong textMissing value auth-url required for auth plugin password
I already tried these commands:
$ export | grep…
0
votes
1 answer
OpenStack Keystone python client, Failed to contact the endpoint at "example:5000" for discovery
I'm new to OpenStack clients and APIs
Today I was trying to connect to Keystone, And create a Client object like this:
from keystoneauth1.identity import v3
from keystoneclient.exceptions import ClientException
from keystoneauth1.session import…

Dawood
- 1
- 4
0
votes
1 answer
set MFA options for user using keystoneclient module
I am trying to enable default MFA for Openstack user using Python keystoneclient API
keystoneclient.users.update
I have sample API curl command from Openstack documentation, where you update the "options" attribute of user account with JSON…
0
votes
2 answers
Manual Openstack Install: WARNING: ... No Policy rules for service 'identity'
Installed Openstack Train release manually.
When logged into the Horizon Dashboard as a non-admin role and clicking through the dashboard there are errors that pop up on the top right hand corner.
Specifically, Under Compute > Images there are two…

Abi
- 356
- 2
- 11
0
votes
1 answer
openStack - Package : keyStone error requires a different python version
i want to install openStack on ubuntu 16.04 when i enter the command **./stack.sh** i get the following error
ERROR: Package 'keystone' requires a different Python: 3.5.2 not in '>=3.6'
python version is 2.7.12 , i also read the openstack.org…

mrbelane
- 175
- 1
- 1
- 7
0
votes
1 answer
Openstack Keystone Authentication failure
I am new to Openstack. I installed Openstack using Packstack in my CentOS machine. When I try to login using the default keystone_admin credentials, it showed a server error.
Here is my keystone.log file. Can somebody help?
2020-05-07 03:13:57.097…

Anbu Kutty
- 1
- 1
0
votes
1 answer
Openstack policy.json File
I have installed two versions of Devstack and one version of Openstack in my private cloud lab, the point is for Nova or Horizon I can't find any policy file, (due to new versions it have been removed I guess) cause it is not in /etc/nova or…

aZaD
- 21
- 4
0
votes
0 answers
Why is my Openstack Auth Module no longer working?
I have a project that authenticates against the keystone API using python, in the last few weeks my auth method has stopped working and I can't see why.
The module looks like this:
from keystoneauth1.identity import v3
from keystoneauth1 import…

Lance Haig
- 332
- 4
- 13
0
votes
0 answers
terraform apply fails while creating a resource that exists already
I am working on terraform with openstack as the cloud provider. I have a deploy.tf script that creates a role:
resource "openstack_identity_role_v3" "role_example" {
name = "creator"
}
My finding on how terraform creates resources:
If the role…

Vedant Aggrawal
- 400
- 4
- 17
0
votes
0 answers
How to execute Openstack CLIs using python subprocess.Popen (,,,env parameter)
I have one function run_cmd using
p = subprocess.Popen( cmd, shell = True, stdout = subprocess.PIPE, stderr = subprocess.PIPE, cwd = scriptdir, env = myenv )
when I call run_cmd from main
run_cmd(cli,"on", haltOnError="on")
I don't know…

AndrewS
- 177
- 5
- 21
0
votes
2 answers
Why is my try catch solution not working as I expect it
I am trying to validate a form in a django project and part of the validation is to check if a project exists.
The Environment:
python 3.6.3
django 1.10.8
python-keystoneclient 3.14.0
I have this check currently
def clean_projectname(self):
…

Lance Haig
- 332
- 4
- 13
-1
votes
1 answer
OpenStack Keystone Identity Service Httpd Failed (rocky version)
Hello and thanks for taking some of your time to check my problem
i'm following the detailed steps by openstack to install openstack in no avail (https://docs.openstack.org/keystone/rocky/install/keystone-install-rdo.html)
I've tried to change the…

Giannis Kefaloukos
- 21
- 5
-1
votes
1 answer
Do we have send email feature in Open Stack?
We have a requirement of password reset in OpenStack-Keystone. Keystone API provides API for password resetting but I would like to know if there is a service that can help us trigger email once an account is created in KeyStone. We would like to…

Vishal Anand
- 1,431
- 1
- 15
- 32