Comment 6 for bug 1473924

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to congress (master)

Reviewed: https://review.openstack.org/206778
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=42602f10ffdb11c6e9935032edb6031b38bb8246
Submitter: Jenkins
Branch: master

commit 42602f10ffdb11c6e9935032edb6031b38bb8246
Author: Rui Chen <email address hidden>
Date: Tue Jul 28 17:04:44 2015 +0800

    Do refactor for neutronv2 driver

    Aims to keep consistence of datasource driver state,
    and avoid the conflict between datasource row list and
    datasource updating state. Do some refactor for
    neutronv2 driver, use a temporary state to collect row data,
    then override the self.state table one by one.

    This is a demo for getting some feedback from other reviewers.
    If the way is approved, same refactor will been implemented on
    all other datasource drivers by following the pattern.

    Change-Id: I74102f35ca16b82419de145a5263eb5d135e82a3
    Partial-Bug: #1473924