Comment 9 for bug 1863643

Revision history for this message
yule sun (syle87) wrote :

I have a issue like this when i upgrade my cluster from Queens to Rocky, I got an error like this :

2022-09-15 14:47:36.707 23 WARNING stevedore.named [-] Could not load uuid
2022-09-15 14:48:28.868 133 ERROR keystone.common.fernet_utils [-] Either [credential] key_repository does not exist or Keystone does not have sufficient permission to access it: /etc/keystone/credential-keys/
2022-09-15 14:48:28.869 133 ERROR keystone.common.fernet_utils [-] Either [credential] key_repository does not exist or Keystone does not have sufficient permission to access it: /etc/keystone/credential-keys/

And i can't access the keystone endpoint , is this a same issue?

[root@zlmanager01 keystone]# curl http://192.168.2.254:35357/v3
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at
 root@localhost to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>