Fail to create a new revision file
Bug #1663147 reported by
Yan Xing'an
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Wishlist
|
Yan Xing'an |
Bug Description
yanxa@ubuntu:db$ alembic -c migration/
FAILED: Path doesn't exist: '/opt/stack/
Please use the 'init' command to create a new scripts folder.
yanxa@ubuntu:db$
in alembic.ini
[alembic]
# path to migration scripts
script_location = %(here)s/alembic
Need to be modified to :
script_location = %(here)
Changed in tacker: | |
assignee: | nobody → Yan Xing'an (yanxingan) |
Changed in tacker: | |
milestone: | none → pike-1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/431360
Review: https:/