<div dir="ltr">Hi again, I just ran into this same problem, in my case I solved by setting in /etc/sahara/sahara.conf the config use_neutron = False</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 21, 2016 at 10:58 PM, Telles Nobrega <span dir="ltr"><<a href="mailto:tenobreg@redhat.com" target="_blank">tenobreg@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi, <div><br></div><div>in your /etc/sahara/sahara.conf is use_floating_ips set to true?</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Thu, Jul 21, 2016 at 10:46 PM, 云淡风轻 <span dir="ltr"><<a href="mailto:821696029@qq.com" target="_blank">821696029@qq.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div><div>hi everyone,<div><br></div><div>when create node group template with sahara 4.0.0 in M version,an error occur:</div><div><br></div><div><div><div>$      openstack dataprocessing node group template create --json my_master_template_create_default.json</div><div><b>Floating IP pool public not found</b></div><div>Error ID: 62672c58-8fdd-40d9-8e6b-8aef0f6ab554</div></div></div><div><br></div><div><div>less my_master_template_create_default.json </div><div>{</div><div><span style="white-space:pre-wrap">    </span>"plugin_name": "vanilla",</div><div><span style="white-space:pre-wrap">    </span>"hadoop_version": "2.7.1",</div><div><span style="white-space:pre-wrap">   </span>"node_processes": [</div><div><span style="white-space:pre-wrap">            </span>"namenode",</div><div><span style="white-space:pre-wrap">            </span>"resourcemanager"</div><div><span style="white-space:pre-wrap">      </span>],</div><div><span style="white-space:pre-wrap">       </span>"name": "vanilla-default-master",</div><div><span style="white-space:pre-wrap">    </span>"floating_ip_pool": "<b>public</b>",</div><div><span style="white-space:pre-wrap">     </span>"flavor_id": "6",</div><div><span style="white-space:pre-wrap">    </span>"auto_security_group": false</div><div>}</div></div><div><br></div><div>in sahara.log:</div><div><span style="line-height:1.5">2016-07-21 21:40:05.216 1521 DEBUG keystoneclient.session [req-ee9a5b0d-b19a-418f-bdd3-018fc4634eb0 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] REQ: curl -g -i --insecure -X GET <a href="http://10.0.0.132:8774/v2/6cb156a82d0f486a9f50132be9438eb6/os-networks" target="_blank">http://10.0.0.132:8774/v2/6cb156a82d0f486a9f50132be9438eb6/os-networks</a> -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5971da83434fe662c7726b695a4007128c1dc383" _http_log_request /usr/lib/python2.7/site-packages/keystoneclient/session.py:206</span></div><div><div>2016-07-21 21:40:05.552 1521 DEBUG keystoneclient.session [req-ee9a5b0d-b19a-418f-bdd3-018fc4634eb0 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] RESP: [200] Date: Fri, 22 Jul 2016 01:40:05 GMT Connection: keep-alive Content-Type: application/json Content-Length: 1297 X-Compute-Request-Id: req-3279a048-145e-4f8e-bb7b-f77d22037f2a </div><div>RESP BODY: {"networks": [{"bridge": null, "vpn_public_port": null, "dhcp_start": null, "bridge_interface": null, "share_address": null, "updated_at": null, "id": "9c597886-d439-4fe2-b76b-5338d85aaf37", "cidr_v6": null, "deleted_at": null, "gateway": null, "rxtx_base": null, "label": "public", "priority": null, "project_id": null, "vpn_private_address": null, "deleted": null, "vlan": null, "broadcast": null, "netmask": null, "injected": null, "cidr": null, "vpn_public_address": null, "multi_host": null, "enable_dhcp": null, "dns2": null, "created_at": null, "host": null, "mtu": null, "gateway_v6": null, "netmask_v6": null, "dhcp_server": null, "dns1": null}, {"bridge": null, "vpn_public_port": null, "dhcp_start": null, "bridge_interface": null, "share_address": null, "updated_at": null, "id": "3aaa392b-af4d-4f70-9e2e-1b71a965ff7d", "cidr_v6": null, "deleted_at": null, "gateway": null, "rxtx_base": null, "label": "private", "priority": null, "project_id": null, "vpn_private_address": null, "deleted": null, "vlan": null, "broadcast": null, "netmask": null, "injected": null, "cidr": null, "vpn_public_address": null, "multi_host": null, "enable_dhcp": null, "dns2": null, "created_at": null, "host": null, "mtu": null, "gateway_v6": null, "netmask_v6": null, "dhcp_server": null, "dns1": null}]}</div><div> _http_log_response /usr/lib/python2.7/site-packages/keystoneclient/session.py:231</div><div>2016-07-21 21:40:05.617 1521 DEBUG sahara.utils.openstack.base [req-ee9a5b0d-b19a-418f-bdd3-018fc4634eb0 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Permanent error occurred during "find" execution: <b>No Network matching {'id': u'public'}</b>. (HTTP 404). execute_with_retries /usr/lib/python2.7/site-packages/sahara/utils/openstack/base.py:99</div><div>2016-07-21 21:40:05.670 1521 ERROR sahara.utils.api [req-ee9a5b0d-b19a-418f-bdd3-018fc4634eb0 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Validation Error occurred: error_code=400, error_message=<b>Floating IP pool public not found</b></div><div>Error ID: e369a75d-bf03-4de6-8192-23959967f45a, error_name=NOT_FOUND</div></div><div><br></div><div><br></div><div>with:</div><div><div>$      neutron net-list</div><div>+--------------------------------------+---------+------------------------------------------------------+</div><div>| id                                   | name    | subnets                                              |</div><div>+--------------------------------------+---------+------------------------------------------------------+</div><div>| 3aaa392b-af4d-4f70-9e2e-1b71a965ff7d | private | 7cd8341e-9994-4a1d-a46f-22aedfde7bd8 <a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a>     |</div><div>| 9c597886-d439-4fe2-b76b-5338d85aaf37 | public  | 0d7a6c95-3f6a-42ad-9cf8-c96e1d9c3c82 <a href="http://172.24.4.224/28" target="_blank">172.24.4.224/28</a> |</div><div>+--------------------------------------+---------+------------------------------------------------------+</div></div><div><br></div><div><div>$      neutron subnet-list</div><div>+--------------------------------------+----------------+-----------------+--------------------------------------------------+</div><div>| id                                   | name           | cidr            | allocation_pools                                 |</div><div>+--------------------------------------+----------------+-----------------+--------------------------------------------------+</div><div>| 7cd8341e-9994-4a1d-a46f-22aedfde7bd8 | private_subnet | <a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a>     | {"start": "10.0.0.2", "end": "10.0.0.254"}       |</div><div>| 0d7a6c95-3f6a-42ad-9cf8-c96e1d9c3c82 | public_subnet  | <a href="http://172.24.4.224/28" target="_blank">172.24.4.224/28</a> | {"start": "172.24.4.226", "end": "172.24.4.238"} |</div><div>+--------------------------------------+----------------+-----------------+--------------------------------------------------+</div></div><div><br></div><div><div>$      nova floating-ip-pool-list</div><div>+--------+</div><div>| name   |</div><div>+--------+</div><div>| public |</div><div>+--------+</div></div><div><br></div><div><div>$      nova floating-ip-bulk-list</div><div>+------------+------------+---------------+--------+-------------+</div><div>| project_id | address    | instance_uuid | pool   | interface   |</div><div>+------------+------------+---------------+--------+-------------+</div><div>| -          | 10.0.0.193 | -             | public | eno16777736 |</div><div>| -          | 10.0.0.194 | -             | public | eno16777736 |</div><div>| -          | 10.0.0.195 | -             | public | eno16777736 |</div><div>| -          | 10.0.0.196 | -             | public | eno16777736 |</div><div>......</div><div>| -          | 10.0.0.221 | -             | public | eno16777736 |</div><div>| -          | 10.0.0.222 | -             | public | eno16777736 |</div><div>+------------+------------+---------------+--------+-------------+</div></div><div><br></div><div><br></div><div><br></div><div><span style="line-height:1.5">thanks!</span></div><div><br></div></div></div><br></div></div>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium"><tbody><tr><td valign="top" width="80" style="padding-right:10px"><a href="http://www.redhat.com.br/" style="color:rgb(43,103,172)" target="_blank"><img src="https://dl.dropboxusercontent.com/u/351124934/imgs/RH_10anosBR_logo_0516.png" alt="Red Hat" border="0" width="70"></a></td><td valign="top" width="1" style="border-left-width:1px;border-left-style:dotted;border-left-color:rgb(190,190,190)"> </td><td style="padding-left:10px"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td colspan="2" align="left"><span style="font-family:Overpass,sans-serif;font-size:11pt;font-weight:bold">Telles Nobrega</span><span title="true" style="display:inline"><span style="font-family:Overpass,sans-serif;font-size:9pt"> <span>| Software Engineer<br><span style="font-size:9pt">Red Hat Brasil</span></span></span></span></td></tr></tbody></table><span></span><span></span><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td align="left" width="100%" style="white-space:nowrap"><span style="font-family:Overpass,sans-serif;font-size:9pt">T: <a href="tel:%2B55%2011%203529-6000" value="+551135296000" target="_blank">+55 11 3529-6000</a></span> <span style="font-family:Overpass,sans-serif;font-size:9pt">| M: +55 11 9 9910-1689</span></td></tr></tbody></table><span style="display:inline"></span><span style="display:inline"></span><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td colspan="2" style="padding-top:2px"><span style="font-family:Overpass,sans-serif;font-size:9pt">Av. Brigadeiro Faria Lima 3900, 8° Andar. São Paulo, Brasil.</span></td></tr><tr><td style="padding-left:0px;padding-top:4px;padding-bottom:0px"><span style="color:rgb(204,0,0);font-family:Overpass,sans-serif;font-size:8pt;font-weight:bold"><span style="display:inline">RED HAT | TRIED. TESTED. TRUSTED.</span></span> <span style="color:rgb(204,0,0);font-family:Overpass,sans-serif;font-size:8pt"><span style="display:inline">Saiba porque em <a href="https://www.redhat.com/pt-br/about/trusted" style="color:rgb(204,0,0)" target="_blank">redhat.com</a></span></span> </td></tr></tbody></table></td></tr></tbody></table></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium"><tbody><tr><td valign="top" width="80" style="padding-right:10px"><a href="http://www.redhat.com.br/" style="color:rgb(43,103,172)" target="_blank"><img src="https://dl.dropboxusercontent.com/u/351124934/imgs/RH_10anosBR_logo_0516.png" alt="Red Hat" border="0" width="70"></a></td><td valign="top" width="1" style="border-left-width:1px;border-left-style:dotted;border-left-color:rgb(190,190,190)"> </td><td style="padding-left:10px"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td colspan="2" align="left"><span style="font-family:Overpass,sans-serif;font-size:11pt;font-weight:bold">Telles Nobrega</span><span title="true" style="display:inline"><span style="font-family:Overpass,sans-serif;font-size:9pt"> <span>| Software Engineer<br><span style="font-size:9pt">Red Hat Brasil</span></span></span></span></td></tr></tbody></table><span></span><span></span><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td align="left" width="100%" style="white-space:nowrap"><span style="font-family:Overpass,sans-serif;font-size:9pt">T: +55 11 3529-6000</span> <span style="font-family:Overpass,sans-serif;font-size:9pt">| M: +55 11 9 9910-1689</span></td></tr></tbody></table><span style="display:inline"></span><span style="display:inline"></span><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td colspan="2" style="padding-top:2px"><span style="font-family:Overpass,sans-serif;font-size:9pt">Av. Brigadeiro Faria Lima 3900, 8° Andar. São Paulo, Brasil.</span></td></tr><tr><td style="padding-left:0px;padding-top:4px;padding-bottom:0px"><span style="color:rgb(204,0,0);font-family:Overpass,sans-serif;font-size:8pt;font-weight:bold"><span style="display:inline">RED HAT | TRIED. TESTED. TRUSTED.</span></span> <span style="color:rgb(204,0,0);font-family:Overpass,sans-serif;font-size:8pt"><span style="display:inline">Saiba porque em <a href="https://www.redhat.com/pt-br/about/trusted" style="color:rgb(204,0,0)" target="_blank">redhat.com</a></span></span> </td></tr></tbody></table></td></tr></tbody></table></div></div></div></div>
</div>