Hello guys! I have used OpenStack by XenServer. I found the following error message:
(No flavor with a name or ID of ' ' exists) when I want to run "nova boot test12_88 –flavor 2 –image 9e554483-bec0-4e13-80ad-648004dd7425 –key nova_key" and if I restore the flavor ID and flavor name (m1.small), ERROR is "Invalid flavorRef supplied (HTTP 400)".
Does anyone here have any thoughts about this?
Invalid flavorRef Supplied HTTP 400 Error in OpenStack
Dear Mandy miller
According to the error message you got with OpenStack by XenServer "No flavor with a name or ID of ' ' exists" and "Invalid flavorRef supplied (HTTP 400)", you need to change the command that you used in the post: nova boot test12_88 –flavor 2 –image 9e554483-bec0-4e13-80ad-648004dd7425 –key nova_key. Instead try using this command, "nova boot –flavor 2 –image $id –key $api_key –username $api_user name_12_8". I think this would help you to solve the issue and no error messages should appear in this case. Â
Hope this may help you.
Best of luck