<div dir="ltr">Yes£¬ you are right£¬ the problem is caused by both exist of n-net and quantum.<div style>I just add one line, disable_service n-net. It works.</div><div style><br></div><div style>Thank all of you. I will do more test and develop on heat.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/3/11 Steven Hardy <span dir="ltr"><<a href="mailto:shardy@redhat.com" target="_blank">shardy@redhat.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Mar 07, 2013 at 09:09:57AM +0800, ½¯ÎÅÌì wrote:<br>
> Hi everyone, I have a problem when i use devstack to test heat and quantum.<br>
> This is my localrc<br>
><br>
> DATABASE_PASSWORD=nova<br>
> RABBIT_PASSWORD=nova<br>
> SERVICE_TOKEN=nova<br>
> SERVICE_PASSWORD=nova<br>
> ADMIN_PASSWORD=nova<br>
> SCREEN_LOGDIR=/var/log/devstack<br>
> ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng<br>
> ENABLED_SERVICES+=,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta<br>
> ENABLED_SERVICES-="n-net"<br>
<br>
</div>This last line looks like invalid bash syntax?<br>
<br>
Try:<br>
<br>
ENABLED_SERVICES=$(echo $ENABLED_SERVICES | sed 's/n-net//')<br>
<br>
I suspect the problem is you have quantum and nova networking enabled due to<br>
this bash error in the localrc<br>
<br>
Steve<br>
</blockquote></div><br></div>