Comment 5 for bug 1677677

Revision history for this message
Alex Mwotil (mwotila) wrote :

I deleted the endpoints as per:

openstack endpoint list | grep -E "(Service|keystone)" | grep v2.0 | awk '{print $2}' | xargs -i openstack endpoint delete {}

I then recreated them based on https://docs.openstack.org/newton/install-guide-rdo/keystone-install.html

The focus is on the section:

Install and configure components¶

# keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone
# keystone-manage credential_setup --keystone-user keystone --keystone-group keystone

# keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
  --bootstrap-admin-url http://controller:35357/v3/ \
  --bootstrap-internal-url http://controller:35357/v3/ \
  --bootstrap-public-url http://controller:5000/v3/ \
  --bootstrap-region-id RegionOne