[Answer]-Can't display "flavors" interface in OpenStack Horizon Dashboard

1πŸ‘

βœ…

I asked around the office and got the following reply:

Possibly they have no publicly marked flavors. In Glance when you do image-create you indicate whether others can see the image. They can update with:

glance image-update –is-public=True uuid

Also see if this is a Dashboard-only problem by doing:

glance image-list

and see what properties you have on the images you expect to see.

Also, if this is a flavors-only problem, use nova flavor-list to see the flavors that you’d expect to see in the Dashboard. http://docs.openstack.org/trunk/openstack-ops/content/flavors.html

Also, you can ask OpenStack questions at http://ask.openstack.org.

πŸ‘€Don Schenck

Leave a comment