Comment 18 for bug 1253482

Revision history for this message
Adam Young (ayoung) wrote : Re: Keystone's IANA-assigned default port in linux local ephemeral port range

Any non-claimed port will work: look in /etc/services

We want to make sure it is not a port used by openstack. So that rules out the ports for LDAP, MySQL, PostGresql, Memcached, and then any of the openstack services. These should all be registered in /etc/services.

There are many unclaimed ports under 32768. What is essential is that the machines consider the port non-ephemeral, and it not conflict.

 looks like there is an open range from
iceedcp_rx 31949
to
iracinghelper 32034 so

how about 32999.

This is just for the gate, not a change we are going to make to devstack proper or Keystone