]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deprecate --service option for neutron-db-manage
authorHenry Gessau <gessau@cisco.com>
Tue, 1 Sep 2015 21:17:01 +0000 (17:17 -0400)
committerHenry Gessau <gessau@cisco.com>
Wed, 2 Sep 2015 01:32:41 +0000 (21:32 -0400)
commit8ba57a2bf1ce3693db47de4ff8dd5a7a9b5347d7
tree7b26afb635016a5d7434807a7cbb936b8ad02702
parent4405b3c640c2cd7dfd111a7301ce11d1497ea457
Deprecate --service option for neutron-db-manage

Now that https://review.openstack.org/198542 has merged we can
deprecate the --service option. From now on instead of
  --service fwaas
we should instead use
  --subproject neutron-fwaas

This puts the *aas subprojects on equal footing with the other
projects in the Neutron Stadium for neutron-db-manage.

In the Liberty release the --service option will be marked as
deprecated. It will be removed in Mitaka.

Related-Bug: #1470625

Change-Id: Iecc678efafd798b62bb83e6e85333c64760f16b5
neutron/db/migration/cli.py