docker-keystone
docker-keystone copied to clipboard
A Dockerfile to build openstack keystone
Results
2
docker-keystone issues
Sort by
recently updated
recently updated
newest added
 The reason is the identity use the `CONF.identity.default_domain_id` which's value is default. But the database of keystone hasn't this value.
## Description While using --os-token=ADMIN_TOKEN rather than admin user credentials fails with error message. ## Error log ``` WARNING keystone.middleware.auth [req-1c30ec74-7ef3-4d2b-8982-a6e36b402e58 - - - - -] Invalid token contents. ERROR...
bug