Fix DevStack Setup Exception

When we use local.conf.example content
as the local.conf of DevStack to setup OpenStack,
We will receive the exception information:

./stack.sh:1242:start_nova_api
/home/edison/devstack/lib/nova:802:die
[ERROR] /home/edison/devstack/lib/nova:802 nova-api did not start

We could remove API_WORKES from local.conf to solve this problem.

Change-Id: I5f1c24a2216eec112d5c1c7a5f55031c656f912a
This commit is contained in:
xiangxinyong 2016-09-28 17:02:52 +08:00
parent 7373651144
commit e846299064
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
[[local|localrc]]
API_WORKERS=0
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password