neutron-fwaas/neutron/common
Bob Kukura 140029ebd0 Use same hostname function as nova
Certain plugin implementations of port binding depend on the port's
binding:host_id set by nova matching the compute node's hostname
reported by neutron agents in agents_db. Nova uses
socket.gethostname() to obtain the hostname, so this changes neutron
to also use socket.gethostname(), instead of socket.getfqdn() to
obtain the default hostname. If deployments require a specific
hostname format or value, the hostname can be specified in nova and
neutron configuration files.

Closes-Bug: 1223000
Change-Id: I5de9c6b0df16eca482037a5bdc3a77dc52f4adba
2013-09-13 16:17:25 -04:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
config.py Remove DHCP lease logic 2013-08-12 16:55:48 -07:00
constants.py Vxlan / L2population support to Linuxbridge Agent 2013-09-12 02:51:37 +02:00
exceptions.py Vxlan / L2population support to Linuxbridge Agent 2013-09-12 02:51:37 +02:00
legacy.py modernize quantum config in proper place 2013-07-16 23:15:17 +08:00
log.py Make neutron.common.log.log print module path 2013-09-07 02:10:57 +09:00
rpc.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_lib.py Remove last vestiges of nose 2013-08-11 11:15:28 -03:00
topics.py Add l2 population base classes 2013-09-12 01:06:51 +02:00
utils.py Use same hostname function as nova 2013-09-13 16:17:25 -04:00