Skip to content

Update docs to point out admin port change #905

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

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ system. If you are using a Neutron plugin other than ML2/OVN, set
For new deployments using OVN, see
:kolla-ansible-doc:`reference/networking/neutron.html#ovn-ml2-ovn`.

Keystone admin port change
--------------------------

The Keystone admin port has changed to be the same as the public port (5000).
This is a change in Kolla Ansible, and is not specific to StackHPC Kayobe
Configuration. However, it is worth noting that this change will affect any
custom configuration that uses the Keystone admin port. One such example is the
config for Ceph RGW in ``etc/kayobe/cephadm.yml``. Be sure to update any manual
references to the old port.

Known issues
============

Expand Down