← Back to team overview

openstack team mailing list archive

Re: [Heat] Problem with visit 169.254.169.254 from VM

 

Yes, you are right, the problem is caused by both exist of n-net and
quantum.
I just add one line, disable_service n-net. It works.

Thank all of you. I will do more test and develop on heat.


2013/3/11 Steven Hardy <shardy@xxxxxxxxxx>

> On Thu, Mar 07, 2013 at 09:09:57AM +0800, 蒋闻天 wrote:
> > Hi everyone, I have a problem when i use devstack to test heat and
> quantum.
> > This is my localrc
> >
> > DATABASE_PASSWORD=nova
> > RABBIT_PASSWORD=nova
> > SERVICE_TOKEN=nova
> > SERVICE_PASSWORD=nova
> > ADMIN_PASSWORD=nova
> > SCREEN_LOGDIR=/var/log/devstack
> > ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
> > ENABLED_SERVICES+=,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
> > ENABLED_SERVICES-="n-net"
>
> This last line looks like invalid bash syntax?
>
> Try:
>
> ENABLED_SERVICES=$(echo $ENABLED_SERVICES | sed 's/n-net//')
>
> I suspect the problem is you have quantum and nova networking enabled due
> to
> this bash error in the localrc
>
> Steve
>

References