update readme with openstack versions

This commit is contained in:
Camille Rodriguez 2020-03-30 15:23:18 -05:00
parent 26420d005e
commit c6e5ddc6e7

View File

@ -4,22 +4,22 @@ This subordinate charm provides a way to authenticate in Openstack for
a specific domain with a Kerberos ticket. This provides an additional
security layer. An external Kerberos server is necessary.
The following documentation is useful to understand better the charm
implementation:
* https://www.objectif-libre.com/fr/blog/2018/02/26/kerberos-authentication-for-keystone/
* https://jaosorior.dev/2018/keberos-for-keystone-with-mod_auth_gssapi/
This kerberos subordinate charm is supported on Ubuntu Bionic (18.04 LTS) with the following versions of
Openstack:
- Queens
- Rocky
- Stein
- Train
- Ussuri
# Usage
Use this charm with the Keystone and Keystone-LDAP charms:
Use this charm with the Keystone charm:
juju deploy keystone
juju deploy keystone-ldap
juju deploy openstack-dashboard
juju deploy keystone-kerberos
juju add-relation keystone keystone-ldap
juju add-relation keystone openstack-dashboard
juju add-relation keystone keystone-kerberos