summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBabu Shanmugam <bschanmu@redhat.com>2016-11-24 15:06:16 +0530
committerBen Pfaff <blp@ovn.org>2016-11-26 14:03:33 -0800
commit207e85dbc5677e0c9a4da28af293ce4eb101efc7 (patch)
tree2978589c3daee4c50bc0bb0cf0162534315ddd58 /vswitchd
parentd8ec8318dfd984dbf7ee0212a524f699aaa2a8ca (diff)
downloadopenvswitch-207e85dbc5677e0c9a4da28af293ce4eb101efc7.tar.gz
utilities: Use FQDN for external_ids:hostname in Openvswitch table
Openstack compute manager uses FQDN to check for the hypervisors to which the ports are bound. Without this fix, no instances can be launched as the hypervisor's hostname mismatches. Signed-off-by: Babu Shanmugam <bschanmu@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 66c349b0d..b92b7c0b3 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -73,7 +73,8 @@
</column>
<column name="external_ids" key="hostname">
- The hostname for the host running Open vSwitch.
+ The hostname for the host running Open vSwitch. This is a fully
+ qualified domain name since version 2.6.2.
</column>
<column name="other_config" key="stats-update-interval"