<div dir="ltr"><div><div><div><div><div><div><div>Hi all,<br></div>I just installed openstack newton on centos 7 and enabled glance with v2 api.<br></div>When I execute a simple heat stack, it returns the following error:<br><br>ERROR: Property error: : resources.my_instance.properties.image: : HTTPMultipleChoices (HTTP 300) Requested version of OpenStack Images API is not available.<br><br><br></div>the following is my very simple stack:<br><br>heat_template_version: 2015-10-15<br>description: simple test<br>resources:<br>  my_instance:<br>    type: OS::Nova::Server<br>    properties:<br>      key_name: opstkcsi<br>      image: cirros<br>      flavor: m1.small<br>      networks:<br>      - network: "0bfd37f8-779f-4b51-bb79-b03745409c15"<br><br><br></div>I am able to create instances from image using the dashboard and creating volume from images but it does not work.<br></div>Please, help me !!!<br></div>Thanks<br></div>Ignazio<br></div>