Comment 7 for bug 1738986

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to dragonflow (master)

Reviewed: https://review.openstack.org/529358
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=c3280d5ca52455a1fb98ce40d5a682cea65a2f77
Submitter: Zuul
Branch: master

commit c3280d5ca52455a1fb98ce40d5a682cea65a2f77
Author: Dima Kuznetsov <email address hidden>
Date: Wed Dec 20 17:32:21 2017 +0200

    New application framework

    Add initial scaffolding to support applications with non-hard-coded
    table names and registers.

    Includes:

    * 'wiring' configuration (vertices and edges)

    * Decorator for new applications, with States, Entrypoints, Exitpoints,
      and public and private variables.

    Includes code for reading and parsing this information, and connecting
    the 'external' tables, i.e. the exitpoints of one app to the entrypoint
    if the next app.

    Change-Id: I81ee47b0c6e741888b3446602cca5e1835c9ae2f
    Related-Bug: #1738986
    Co-Authored-By: Lihi Wishnitzer <email address hidden>