схема базы данных OVN_Northbound (OVN_Northbound database schema)
HA_Chassis TABLE
Summary:
chassis_name string
priority integer, in range 0 to 32,767
Common Columns:
external_ids map of string-string pairs
Details:
chassis_name: string
Name of the chassis which is part of the HA chassis group.
The value must match the name column of the Chassis table
in the OVN_Southbound database.
priority: integer, in range 0 to 32,767
Priority of the chassis. Chassis with highest priority
will be the master.
Common Columns:
external_ids: map of string-string pairs
See External IDs at the beginning of this document.