Skip to content

Commit a7ef8b7

Browse files
authored
Merge pull request #565 from stackhpc/tls-docs
Update TLS docs to include warning about admin endpoints
2 parents 9b85cff + e2e3fe6 commit a7ef8b7

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)