FAQ | This is a LIVE service | Changelog

Skip to content

Fix iris-gaia-core compute node OVS agents starting under mis-matching service hostnames

Paul Browne requested to merge fix_iris_gaia_core_node_neutron into arcus/train-staging

The service hostnames for 2 hypervisors in the iris-gaia-core host aggregate were starting up under the FQDN of their hosts, when they were otherwise not being specified at all in neutron.conf.

Due to this OVS port bindings were failing on the 2 nodes concerned, but the reason the neutron services were taking the FQDN hasn't been determined yet.

This change explicitly sets the service host name to be the short form of the host name in order to match that expected in nova.conf on the node, which allows OVS port bindings to complete as expected.

Merge request reports

Loading