yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14835
[Bug 1323151] Re: Revises error in neutron / neutron / db / migration / alembic_migrations / versions / havana_release.py (stable/havana branch)
** Changed in: neutron
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1323151
Title:
Revises error in neutron / neutron / db / migration /
alembic_migrations / versions / havana_release.py (stable/havana
branch)
Status in OpenStack Neutron (virtual network service):
Invalid
Bug description:
In stable/havana branch :
https://github.com/openstack/neutron/blob/stable/havana/neutron/db/migration/alembic_migrations/versions/havana_release.py
We have the following code:
"""havana
Revision ID: havana
Revises: 1341ed32cc1e
Create Date: 2013-10-02 00:00:00.000000
"""
# revision identifiers, used by Alembic.
revision = 'havana'
down_revision = '27ef74513d33'
Revises should be 27ef74513d33 here.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1323151/+subscriptions
References