Comment 2 for bug 1519196

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

Reviewed: https://review.openstack.org/249002
Committed: https://git.openstack.org/cgit/openstack/networking-plumgrid/commit/?id=d44c6a2791c0272db2142ebefc3a3c07e094113a
Submitter: Jenkins
Branch: master

commit d44c6a2791c0272db2142ebefc3a3c07e094113a
Author: Muneeb Ahmad <email address hidden>
Date: Mon Nov 23 20:47:35 2015 -0800

    Fix incorrect path for migration scripts used in alembic DB migration

    script_location is the location of the Alembic environment. It is
    generally specified as a filesystem location, either relative or
    absolute. If the location is a relative path, it’s interpreted as relative to the current directory.

    Change-Id: Ie2e20d8d2a222422866459c9fdbc1e66798c3a19
    Closes-Bug: #1519196