openstack-ansible-os_keystone/tasks
Ian Cordasco 01351a4cd9 Upgrade the Keystone library to use v3
In order to enable and deploy federated Keystone, we need to use version
3 of the Keystone API and the v3 Keystone Client. This work begins that
transition by having a set of backwards compatible library commands.

Specifically, this commit updates the keystone library to use v3
Keystone Client and the usage of ensure_tenant in the os_keystone tasks
to use the v3 admin url.

In version 3 of Keystone's Endpoints (Catalog) API each endpoint only
has one URL and has separate interface types (public, internal, admin).
This change updates all uses of ensure_endpoint to structure the
endpoint data in a better way for the ensure_endpoint command in the
keystone module. As a result, some incidents where internalurl and
adminurl were swapped have been fixed.

Note:
In new deployments the endpoints will be created using the v3 API and
will therefore not be available via the v2 API. This will be a breaking
change to legacy CLI clients. The openstack CLI should be used instead.

DocImpact
Related-Bug: #1470635
Partially-implements: blueprint keystone-federation
Change-Id: I2cd4f505e850b4b113452abc25ee00d486b1637d
2015-07-13 19:41:44 -07:00
..
keystone_apache.yml Fix errors when enabling SSL for apache 2015-06-24 13:33:12 +01:00
keystone_db_setup.yml Configure DB addresses for each service 2015-06-10 02:07:38 +00:00
keystone_fernet.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_fernet_keys_autorotate.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_fernet_keys_create.yml Updated keystone to use fernet as the default 2015-06-24 23:29:57 +00:00
keystone_fernet_keys_distribute.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_install.yml Added apt update tasks to everything using apt 2015-06-16 13:13:58 -05:00
keystone_key_create.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_key_distribute.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_key_setup.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_key_store.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_post_install.yml Updated ldap config to support multi domain 2015-05-08 18:18:46 +00:00
keystone_pre_install.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_service_setup.yml Upgrade the Keystone library to use v3 2015-07-13 19:41:44 -07:00
keystone_token_cleanup.yml Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
main.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00