tox.ini: switch to --subproject for check-migration

--service is deprecated now.

Change-Id: Iaa3deec2adbfaffa942eef0038b6d0148827bfff
This commit is contained in:
Ihar Hrachyshka 2015-09-16 15:27:19 +02:00
parent 33814c49b0
commit 3e66954df8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ commands =
flake8
pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron_vpnaas}
{toxinidir}/tools/check_unit_test_structure.sh
neutron-db-manage --service vpnaas --database-connection sqlite:// check_migration
neutron-db-manage --subproject neutron-vpnaas --database-connection sqlite:// check_migration
whitelist_externals = sh
[testenv:i18n]