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

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to