
This patch amends migrations added after the icehouse release and before the healing migration. Migrations are changed in a way that they are not anymore dependent on configuration parameters but are anyway aware of the fact that the database has not yet been healed. To this aim, amended migrations now will need to inspect the current schema and cannot be anymore be used in offline mode; this is consistent with the behaviour of the healing migration. This patch does not remove the logic for generating and managing configuration-dependent migrations. For this reason upgrade and downgrade routines still accept the active_plugins parameter, which will not be used. Change-Id: I9d55a01c64ef555b7774099f497c9eea596aea6e Partially-implements: blueprint reorganize-migrations
# -- Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
# -- External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
Neutron Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/
Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/
The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment
For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.