Skip to content

Commit e2e3fe6

Browse files
committed
Update TLS docs to include warning about admin endpoints
1 parent 68026c4 commit e2e3fe6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/source/configuration/vault.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,16 @@ Enable the required TLS variables in kayobe and kolla
210210
211211
3. Deploy backend and internal TLS
212212

213+
.. warning::
214+
215+
It is important that you are only using admin endpoints for keystone. If
216+
any admin endpoints exist for other services, they must be deleted e.g.
217+
218+
.. code-block::
219+
220+
openstack endpoint list --interface admin -f value | \
221+
awk '!/keystone/ {print $1}' | xargs openstack endpoint delete
222+
213223
.. code-block::
214224
215225
kayobe overcloud service deploy

0 commit comments

Comments
 (0)