First time here? Check out the FAQ!
![]() | 1 | initial version |
The log shows that the endpoint ID you are trying to delete is not in the DB.
{"error": {"message": "Could not find endpoint: a65218b9bdba4fcdb1da92661ebe0764"
So try to list the endpoint first using the command
keystone endpoint-list
Then copy the UUID of the keystone endpoint listed.
Then execute the command keystone endpoint-delete <Keystone-endpoint-UUID>