Comment 10 for bug 1273355

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/icehouse)

Reviewed: https://review.openstack.org/128239
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=965fb179d47cd8355aafe5ee6a61f434b84f1639
Submitter: Jenkins
Branch: stable/icehouse

commit 965fb179d47cd8355aafe5ee6a61f434b84f1639
Author: Jakub Libosvar <email address hidden>
Date: Mon Oct 13 17:21:36 2014 +0200

    Skip lbaas table creation if tables already exist

    This patch makes possible upgrade from Grizzly to Icehouse
    in case LoadBalancer service plugin was used in Grizzly. LoadBalancer
    tables were introduced in Grizzly therefore they necessarily don't
    need to be created for Havana and beyond.

    This patch goes to Icehouse stable branch only because of all migration
    scripts till Havana were squashed together in Juno release. That means
    modified file in this patch no longer exists in current master branch.

    Change-Id: I09ed3e4b142ccde44cf2e92184d0d92d898a0284
    Closes-bug: 1273355