Hello,
I’ve been trying to provision OpenStack cluster using Sunbeam, and, well it’s been a process. Currently everything (from what I can gather) is provisioned correctly, and the:
sunbeam configure --accept-defaults --openrc demo-openrc
executes without errors, but when I try to launch a test instance with:
sunbeam launch ubuntu -n test
I’m getting an error:
Instance creation request failed: HttpException: 500: Server Error for url:
http://10.20.21.10/openstack-nova/v2.1/images?name=ubuntu, Unexpected API Error.
(...)
Error: Unable to request new instance. Please run `sunbeam configure` first.
I’ve been documenting my whole journey on YT with livestreams, my full steps can be retraced on VOD’s: LINK TO VOD
Has anyone encountered similar problem? I’ve set up 3 pristine, clean Ubuntu Server VM’s and I have the exact same error message every time