Comment 5 for bug 1471552

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

Reviewed: https://review.openstack.org/428056
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=afc50c8186e59934612c16e437adfc5b6777672b
Submitter: Jenkins
Branch: master

commit afc50c8186e59934612c16e437adfc5b6777672b
Author: Omer Anson <email address hidden>
Date: Wed Feb 1 13:08:34 2017 +0200

    Refactor Aging application

    As part of the work on cookies throughout Dragonflow, it was decided
    that this application would benefit from moving cookie information to be
    private, rather than sit in an external utility module.

    Additionally, the code used to connect to the OVS was made available to
    all applications via the shared base class.

    Lastly, ryu's openflow service necessary for synchronous communication
    was moved to df-local-controller.

    Change-Id: Ia52f3e49b077090fb6d6264628a10bc4af93c664
    Related-Bug: #1471552