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
{{ message }}
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
This happens because the 1.2.0 UI only supports the old quota item key of 'vm' and not its replacement 'vm.count', which you are using when creating your custom flavor. The new VM dialog is filtering out your custom flavor as the project has no resource named 'vm.count' so cannot satisfy the flavor.
In 1.2.1 the UI is moving to using the replacement key of vm.count. In the meantime if you create flavors using the old key of 'vm' they will show up in the vm/cluster create dialogs.
@mrporcles actually now I notice that in the create flavor command you used above, you did not specify 'vm.count', but did specify 'vm.cost'. Is that correct? What do you use 'vm.cost' for? When you created the tenant and project, did you do so via the CLI or the UI?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Photon Controller v1.2
How to reproduce:
The text was updated successfully, but these errors were encountered: