Mitaka horizon unable to retrieve image list
Hi All,
I've installed my openstack (mitaka) and so far, everything is ok except for one thing, As the question says, The dashboard cant retrieve the Image list.
I've done some debugging and found out that somehow the dashboard is forced to use glance endpoint v1, even though i've put the correct configuration in the horizon local settings
OPENSTACK_API_VERSIONS = {
"data-processing": 1.1,
"identity": 3,
"image": 2,
"volume": 2,
}
Meanwhile the CLI command run correctly because i can force it to use the v2 service endpoint with OS_IMAGE_API_VERSION environment variable.
So, please, someone could help me, show me the light? What mistakes did i do? or is the any configuration that i left out?
Thanks