<div dir="ltr"><span style="font-size:12.8px">Hello,</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">I need your help, I have set up Openstack-magnum at Kilo, and I get the error bellow in </span><b style="font-size:12.8px">Heat-engine</b><span style="font-size:12.8px"> logs. </span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Have you ever come across this problem ?</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">If you have any information on this subject, I am of course interested</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Thanks for your help.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><u style="font-size:12.8px"><b>Using Swarm COE:</b></u><span style="font-size:12.8px">  (</span><i style="font-size:12.8px">magnum --debug bay-create --name swarmbay --baymodel swarmbaymodel --node-count 1 --master-count 1)</i><b style="font-size:12.8px"></b><br style="font-size:12.8px"><span style="font-size:12.8px"> </span><div style="font-size:12.8px">...<br>2015-10-13 14:35:36.496 7216 DEBUG glanceclient.common.http [req-e3d863b3-4622-454a-8be0-584723d0baf7 - admin] curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: {SHA1}b1b9142b35b7a99f289275f805252cf56a02b23a' -H 'Content-Type: application/octet-stream' <a href="http://192.168.100.4:9292/v1/images/detail?limit=20&name=fedora-21-atomic-6" target="_blank">http://192.168.100.4:9292/v1/images/detail?limit=20&name=fedora-21-atomic-6</a>log_curl_request /usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py:189<br>2015-10-13 14:35:37.743 7216 INFO heat.engine.service [req-10598247-e845-45d1-b4fe-6799fb8d601b - -] Service 68d5d60b-3608-44f8-a443-443c6083496e is updated<br>2015-10-13 14:35:38.247 7216 DEBUG glanceclient.common.http [req-e3d863b3-4622-454a-8be0-584723d0baf7 - admin] <br>HTTP/1.1 200 OK<br>date: Tue, 13 Oct 2015 14:35:38 GMT<br>connection: close<br>content-type: application/json; charset=UTF-8<br>content-length: 537<br>x-openstack-request-id: req-req-f7203308-a38e-4f7e-9124-69d2e6207be7<br><br>{"images": [{"status": "active", "deleted_at": null, "name": "fedora-21-atomic-6", "deleted": false, "container_format": "bare", "created_at": "2015-10-11T13:52:07.000000", "disk_format": "qcow2", "updated_at": "2015-10-11T13:52:56.000000", "min_disk": 0, "protected": false, "id": "63fed263-e75c-4cfa-91bd-968f6464f259", "min_ram": 0, "checksum": "cff876019578d857b397d7a914f30cdb", "owner": "730c1f535d93419b8330ab3e6840407f", "is_public": false, "virtual_size": null, "properties": {"os_distro": "fedora-atomic"}, "size": 961019904}]}<br> log_http_response /usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py:203<br>2015-10-13 14:35:38.256 7216 INFO heat.engine.stack [req-e3d863b3-4622-454a-8be0-584723d0baf7 - admin] <b>Property error: resources.swarm_master.properties.flavor: "m1.docker" does not validate nova.flavor (constraint not found)</b><br>2015-10-13 14:35:38.259 7216 DEBUG oslo_messaging.rpc.dispatcher [req-e3d863b3-4622-454a-8be0-584723d0baf7 - admin] Expected exception during message handling <b>(Property error: resources.swarm_master.properties.flavor: "m1.docker" does not validate nova.flavor (constraint not found))</b> _dispatch_and_reply /usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py:145<br>....<br><br><br><u><b>Using Kubernetes COE:</b></u> (<i>magnum --debug bay-create --name k8sbay --baymodel k8sbaymodel --node-count 1 --master-count 1)</i><br><br>....<br>{"images": [{"status": "active", "deleted_at": null, "name": "fedora-21-atomic-6", "deleted": false, "container_format": "bare", "created_at": "2015-10-11T13:52:07.000000", "disk_format": "qcow2", "updated_at": "2015-10-11T13:52:56.000000", "min_disk": 0, "protected": false, "id": "63fed263-e75c-4cfa-91bd-968f6464f259", "min_ram": 0, "checksum": "cff876019578d857b397d7a914f30cdb", "owner": "730c1f535d93419b8330ab3e6840407f", "is_public": false, "virtual_size": null, "properties": {"os_distro": "fedora-atomic"}, "size": 961019904}]}<br> log_http_response /usr/local/lib/python2.7/dist-packages/glanceclient/common/http.py:203<br>2015-10-13 14:51:22.885 12558 INFO heat.engine.stack [req-6ed438f5-99c4-4a46-837e-c34fa15c4960 - admin] Property error: resources.kube_master.properties.flavor: 'OpenStackComputeShell' object has no attribute '_discover_extensions'<br>2015-10-13 14:51:22.907 12558 DEBUG oslo_messaging.rpc.dispatcher [req-6ed438f5-99c4-4a46-837e-c34fa15c4960 - admin] Expected exception during message handling (Property error: resources.kube_master.properties.flavor: 'OpenStackComputeShell' object has no attribute '_discover_extensions') _dispatch_and_reply /usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py:145<br>2015-10-13 14:51:23.002 7216 INFO heat.engine.resource [-] CREATE: TemplateResource "0" Stack "k8sbay-um2xtbbogwva-kube_masters-34vws4vbmkje" [ebe8b098-516b-45b0-8169-17f71e3fafb7]<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource Traceback (most recent call last):<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resource.py", line 505, in _action_recorder<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource     yield<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resource.py", line 575, in _do_action<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource     yield self.action_handler_task(action, args=handler_args)<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/scheduler.py", line 310, in wrapper<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource     step = next(subtask)<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resource.py", line 546, in action_handler_task<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource     handler_data = handler(*args)<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resources/template_resource.py", line 266, in handle_create<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource     self.child_params())<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resources/stack_resource.py", line 263, in create_with_template<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource     self.raise_local_exception(ex)<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resources/stack_resource.py", line 277, in raise_local_exception<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource     raise exception.ResourceFailure(message, self, action=self.action)<br>2015-10-13 14:51:23.002 7216 ERROR heat.engine.resource ResourceFailure: resources[0]: Property<b> error: resources.kube_master.properties.flavor: 'OpenStackComputeShell' object has no attribute '_discover_extensions'</b><br><br>....<br><br>Best regards<br>Hamid</div></div>