-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keystone guide deprecated? #380
Comments
Maybe you can try con liberty version instead of icehouse: https://repos.fedorapeople.org/openstack/EOL/openstack-liberty/rdo-release-liberty-5.noarch.rpm |
@AlvaroVega Thank you so much for your quick response. And about the CentOS version? It is ok to use CentOS 7? I am settign a VM for the Keystone deployment. |
Yes, Centos7 is needed. |
Thanks again @AlvaroVega i am having one more issue. When runnign: It is returning: http://mirror.centos.org/centos/7/cloud/x86_64/openstack-liberty/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Thanks |
I have manage to install openstack-keystone and the other services using the commad that returned an error. What have i done? Preciously, I installed the openstack Queens repo, this one seems not to be deprecated and is working: sudo yum install -y https://repos.fedorapeople.org/openstack/openstack-queens/rdo-release-queens-1.noarch.rpm after that: The keystone-manage version installed is 13.0.0. Nevertheless, i do not know if this version suits the deployment we want to get. In fact, the command: sudo keystone-manage pki_setup --keystone-user keystone --keystone-group keystone Is not qorking, it seems like command pki_setup have been deprecated in newer versions. Do you think this verion is still good to work with the PEP proxy? Thanks, |
AFAIK keystone-manage pki_setup is working even in mitaka version. Probably is just a deprecation warning but still works, isn't it? |
I don't really know.. The command: sudo keystone-manage pki_setup --keystone-user keystone --keystone-group keystone returns: And actually, if i run: keystone-manage --help | grep pki_setup It shows nothing, at least in my case... I will keep searching |
Hi,
I have been working for 2 days in a keystone installation in order to use it with the PEP proxy. Some commands on the guide seems to be deprecated, for example:
sudo yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
This command is not working cause, Openstack icehouse is deprecated. It would be good if you could point me another way to have the proper keystone installation in order to work with the PEP proxy.
Which version are you currently using? Does it only works with CentOS?
Thank you so much,
José Luis
The text was updated successfully, but these errors were encountered: