Comment 0 for bug 1498054

Revision history for this message
Tim Simmons (timsim) wrote :

Using "workers = x" where x > 1 in the designate-api process doesn't work properly. The API doesn't have the necessary logic to have multiple processes bind to the same port (9001 by default):

Here's what happens:
http://paste.openstack.org/show/472864/

RuntimeError: Could not bind to 0.0.0.0:9001 after trying for 30 seconds