yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14668
[Bug 1323151] [NEW] Revises error in neutron / neutron / db / migration / alembic_migrations / versions / havana_release.py (stable/havana branch)
Public bug reported:
In stable/havana branch :
https://github.com/openstack/neutron/blob/615cb67e0082b6a2d2ab1c91623e9b2a20ddedec/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 = '3a520dd165d0'
Revises should be 3a520dd165d0 here.
** Affects: neutron
Importance: Undecided
Status: New
--
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):
New
Bug description:
In stable/havana branch :
https://github.com/openstack/neutron/blob/615cb67e0082b6a2d2ab1c91623e9b2a20ddedec/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 = '3a520dd165d0'
Revises should be 3a520dd165d0 here.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1323151/+subscriptions
Follow ups
References