-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't offer flavours that don't work with our default image #109
Comments
Hm. Odd. Small used to work |
I always use small. So far haven't had an issue with it. |
I have fixed the small image issue. Was caused by a external constraint in openstack. You can close this. |
We now collect the flavors from Openstack. If the UI picks the flavors from the Would also be good to have for custom flavors. Or other Openstacks with different naming schemes... |
Fixed by #130? |
Fixed by #130 |
A tech preview customer selected
m1.small
and the creation fails with a rather generic errorCouldn't create node k8s-pool-test-fqt2v: Invalid request due to incorrect syntax or missing required parameters.
.Digging through the nova logs I found
Flavor's memory is too small for requested image
. We should avoid giving the users a selection that is bound to fail.We need to decide where we want to fix it, the openstack metadata call or the UI.
The text was updated successfully, but these errors were encountered: