You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me quite a while to understand that I couldn't use the image or project/domain ID instead the name. With ID I also got an authentication error even when my password was correct:
2024-02-22 10:49:07.242457+00:00 - keystone-api - 2024-02-22 10:49:07.242457 16 WARNING keystone.auth.core [req-2fd194cd-6271-4853-9bbf-21105215c36f greq-368cf11c-90e1-b732-6326-1088faa13f16 usr - prj - dom - usr-dom - prj-dom -] Could not find domain: ec213443e8834473b579f7bea9e8c194.: keystone.exception.DomainNotFound: Could not find domain: ec213443e8834473b579f7bea9e8c194.
and the same for the project Could not find project: bbd5e2c3a2944f128b3bba616eb18eb6.: keystone.exception.ProjectNotFound: Could not find project: bbd5e2c3a2944f128b3bba616eb18eb6.
But as the IDs are correct and OpenStack itself should be able to handle IDs I assume that cyclone is not sending them correctly. If IDs are not possible to use, I'd appreciate a notice in the help that only names are allowed.
The text was updated successfully, but these errors were encountered:
It's not so easy to detect loc.SameProject when local credentials contain name and a remote contains ID. As a quick solution I added name in the --to-project and --to-domain flags descriptions.
It took me quite a while to understand that I couldn't use the image or project/domain ID instead the name. With ID I also got an authentication error even when my password was correct:
I needed to check the keystone log to find:
and the same for the project
Could not find project: bbd5e2c3a2944f128b3bba616eb18eb6.: keystone.exception.ProjectNotFound: Could not find project: bbd5e2c3a2944f128b3bba616eb18eb6.
But as the IDs are correct and OpenStack itself should be able to handle IDs I assume that cyclone is not sending them correctly. If IDs are not possible to use, I'd appreciate a notice in the help that only names are allowed.
The text was updated successfully, but these errors were encountered: