<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:\5B8B\4F53;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@\5B8B\4F53";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="ZH-CN" link="blue" vlink="purple" style="text-justify-trim:punctuation">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hi All:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.5pt"><span lang="EN-US">I have a problem about openstack autoscaling by template! I have added 4 networks in my system (from horizon web portal),<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">But when I executed the template, it failed! So I checked Heat log, I found some errors:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 ERROR heat.engine.resource [-] CREATE : AutoScalingGroup "WebServerGroup"<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource Traceback (most recent call last):<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resource.py", line 361, in _do_action<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource     while not check(handle_data):<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resources/autoscaling.py", line 353, in check_create_complete<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource     done = super(AutoScalingGroup, self).check_create_complete(task)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/resources/autoscaling.py", line 150, in check_create_complete<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource     done = super(InstanceGroup, self).check_create_complete(task)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource   File "/usr/lib/python2.7/dist-packages/heat/engine/stack_resource.py", line 116, in check_create_complete<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource     raise exception.Error(self._nested.status_reason)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource Error: Resource create failed: BadRequest: Multiple possible networks found, use a Network ID to be more specific. (HTTP 400) (Request-ID: req-b7f18922-5e13-4799-b623-9e7127c5ae2b)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:00.711 1351 TRACE heat.engine.resource
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2014-01-14 09:30:01.152 1351 WARNING heat.engine.service [-] Stack create failed, status FAILED<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I check the resource of AutoScalingGroup(AWS::AutoScaling::AutoScalingGroup), I can not find some parameters to set the Network ID.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
</body>
</html>