
A recent devstack change [1] has dropped all KEYSTONE_AUTH_* variables except KEYSTONE_AUTH_URI. Use KEYSTONE_SERVICE_* variables instead. Another change [2] switched off the creation of an admin endpoint for keystone, which we need. Create it again until we update Blazar to stop using it. The devstack plugin was creating a keystonev3 service with endpoints using port 5000. However, we have been using the main keystone service on port 80 since commit 2d0cabb17d9a609a62bcffb13175e34b1c1cc1f0. Update service name/type and endpoint URLs accordingly. [1] https://review.opendev.org/c/openstack/devstack/+/735472 [2] https://review.opendev.org/c/openstack/devstack/+/777345 Change-Id: I5fdd5e6095e579e2584984870932284afd7cb934