Thanks a lot !
Cheers, Massimo

On Thu, Apr 11, 2019 at 4:47 PM Ivan Kolodyazhny <e0ne@e0ne.info> wrote:
Hi Massimo,

Thanks for pointing that out. I proposed a patch [3] to fix this.

[3] https://review.openstack.org/651804

Regards,
Ivan Kolodyazhny,
http://blog.e0ne.info/


On Thu, Apr 11, 2019 at 5:35 PM Massimo Sgaravatto <massimo.sgaravatto@gmail.com> wrote:
Hi

If Horizon uses Cinder API v3 by default since Queens ([1])], why does the installation guide for Horizon [2] suggest to set in local_settings the v2 api for volume ?  

OPENSTACK_API_VERSIONS = {
    "identity": 3,
    "image": 2,
    "volume": 2,
}



Thanks, Massimo