kuryr-kubernetes/kuryr_kubernetes/controller
Michał Dulko 7cc187806b Change Pod annotations format to o.vo
With start of multi-vif support we've merged a new format of Pods
annotations i.e. dictionary with interface names as keys and VIF o.vo's
as values. This is inflexible, as we don't get versioning of the
dictionary.

This commit switches that dictionary to oslo.versionedobject of
following structure:

 PodState
   - default_vif: VIFBase
   - additional_vifs: {
       '<ifname>': VIFBase,
       ...
       '<ifname>': VIFBase,
   }

This should help us if we ever decide to change this format.

Related-Bug: 1782366

Depends-On: Ied6b5883cf4bfe6a499813c65b49257de040c4b5
Change-Id: I5bce85029f9edfed56ca216f465226b9bcc0d21b
2018-08-01 15:30:42 +02:00
..
drivers Implement multi-vif driver 2018-07-31 19:31:48 +08:00
handlers Change Pod annotations format to o.vo 2018-08-01 15:30:42 +02:00
ingress OCP-Router: Update Devref documentation 2018-06-20 13:22:08 +03:00
managers Fix health server binding address 2018-06-27 11:37:01 +02:00
__init__.py Controller service base 2016-10-04 21:56:50 +03:00
service.py process to gracefully exit when last watcher exits 2018-07-12 16:22:01 +02:00