openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21751
Re: [Heat] Problem with visit 169.254.169.254 from VM
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
Follow ups
References