Comment 1 for bug 1209141

Revision history for this message
Emilien Macchi (emilienm) wrote :

Example: binding options are on wsgi.py and use bind_* flag.

So if heat-api-cfn and heat-api-cloudwatch are on the same node, they use the same heat.conf, and then the process won't start since there will have a concurrency between api services on binding.

Maybe could we have sections like :

[DEFAULT]

[API]

[CFN]

[CLOUDWATCH]

...