Description of problem: CF unable to refresh after the restore of the overcloud database Overcloud database had to be restored to an earlier date along with a change of ips for the overcloud. Debug fog output shows that cloudforms is receiving 500 errors from openstack when requesting data from the stack api's Version-Release number of selected component (if applicable): 5.7.* How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
all attempts to pull data meet an invailid token error. the token cloudforms tries to use to use /ressources is always the same.
this is 5.6.3.3 - the error turns out to be a part of an openstack error which can be reproduced when you try to access the ressource info for the stack
issue resolved but the way messages from the openstack 9 environment were passed were seriously misleading. the problem was that the tokens couldn't be decrypted from the openstack database making it output "invalid token". we had no way to know if that is the token passed for the api request or something else.