yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88379
[Bug 1903320] Re: Port in OPENSTACK_KEYSTONE_URL
*** This bug is a duplicate of bug 1892279 ***
https://bugs.launchpad.net/bugs/1892279
Reviewed: https://review.opendev.org/c/openstack/horizon/+/825254
Committed: https://opendev.org/openstack/horizon/commit/029de21c1190bb9d2e38063b62c689c1dbb8ef37
Submitter: "Zuul (22348)"
Branch: master
commit 029de21c1190bb9d2e38063b62c689c1dbb8ef37
Author: manchandavishal <manchandavishal143@xxxxxxxxx>
Date: Mon Jan 17 23:45:34 2022 +0530
Add a Note Under Install and configure Section in documentation
This patch adds a note to use keystone port 5000 while configuring
horizon for all distros like ubuntu/debian/rdo/obs under the install
and configure section. Right now if a user tries to set up an OpenStack
env. manually using documentation [1], [2] leads to some confusion
because keystone documents suggest creating keystone endpoint at
http://controller:5000/v3/ rather than http://controller/v3/ while
horizon document consider keystone doesn't run at 5000 port updated
by [3].
Closes-Bug: #1910476
Closes-Bug: #1926096
Closes-Bug: #1950919
Closes-Bug: #1956437
Closes-Bug: #1892279
Closes-Bug: #1903320
Change-Id: I18d0d2105ea54ba02f8979ab7a15a75a0425b8c7
[1] https://docs.openstack.org/keystone/latest/install/keystone-install-ubuntu.html#install-and-configure-components
[2] https://docs.openstack.org/horizon/latest/install/install-ubuntu.html#install-and-configure-components
[3] https://review.opendev.org/c/openstack/horizon/+/697406
Change-Id: I537a963c9d955b8d7e21f0d05b0197588907419e
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1903320
Title:
Port in OPENSTACK_KEYSTONE_URL
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
OPENSTACK_KEYSTONE_URL = "http://%s/identity/v3" % OPENSTACK_HOST
is not working - at least in Ubuntu 20.04 and Ussuri
OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST
is working.
This fix can be found in the following bug report in comment #6:
https://bugs.launchpad.net/keystone/+bug/1697634
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [X] This doc is inaccurate in this way: Not working config
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.
-----------------------------------
Release: on 2019-12-05 11:04:48
SHA: a5b1853fa3e2a09f244e91a16f94219b9def9b2d
Source: https://opendev.org/openstack/horizon/src/doc/source/install/install-ubuntu.rst
URL: https://docs.openstack.org/horizon/ussuri/install/install-ubuntu.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1903320/+subscriptions
References