Skip to content
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

Closed
databus23 opened this issue Nov 30, 2017 · 6 comments
Closed

Don't offer flavours that don't work with our default image #109

databus23 opened this issue Nov 30, 2017 · 6 comments

Comments

@databus23
Copy link
Member

A tech preview customer selected m1.small and the creation fails with a rather generic error Couldn'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.

@BugRoger
Copy link
Contributor

Hm. Odd. Small used to work

@edda
Copy link
Contributor

edda commented Dec 4, 2017

I always use small. So far haven't had an issue with it.

@bozinsky
Copy link

bozinsky commented Dec 4, 2017

I have fixed the small image issue. Was caused by a external constraint in openstack. You can close this.

@BugRoger
Copy link
Contributor

BugRoger commented Dec 4, 2017

We now collect the flavors from Openstack. If the UI picks the flavors from the metadata API, we could filter the list to only return working flavors.

Would also be good to have for custom flavors. Or other Openstacks with different naming schemes...

@BugRoger
Copy link
Contributor

BugRoger commented Jan 2, 2018

Fixed by #130?

@BugRoger
Copy link
Contributor

BugRoger commented Jan 3, 2018

Fixed by #130

@BugRoger BugRoger closed this as completed Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants