commit | 8a38a73ddf2930e9662cb22109f4a6ef341476d6 | [log] [tgz] |
---|---|---|
author | Vladislav Belogrudov <v.belogrudov@yadro.com> | Wed May 25 12:58:52 2022 +0300 |
committer | Dr. Jens Harbott <harbott@osism.tech> | Thu Jun 23 07:42:19 2022 +0200 |
tree | 89a5a52a349176d14ea550a67eb77020486037b4 | |
parent | eacaa99853e3c1ed938a5d54b30d69ece8a45335 [diff] |
Correct hostname for OVN agent Currently Devstack uses short hostname for configuration of OVN. This leads to inability to start instances (failing port binding) on hosts with full hostnames (including dots). Open vSwitch expects hostname in external_ids that corresponds to one returned by ``hostname`` command. Closes-Bug: #1943631 Change-Id: I15b71a49c482be0c8f15ad834e29ea1b33307c86