Add missing packages required for online DB migrations

The "fixtures" and "mock" packages have been added to workaround
an issue in the neutron db migrations which seems to have an
unlisted dependency on them.

Example Error: http://paste.openstack.org/show/557067/

Related-Bug: 1612959
Change-Id: I01b86dc616d98b0fedfc8a59551c0e37dafa2da5
Co-Authored-By: Logan V <logan2211@gmail.com>
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-08-14 16:05:21 -05:00 committed by Kevin Carter (cloudnull)
parent e604e86b21
commit 4e5dc52564

View File

@ -436,8 +436,10 @@ neutron_requires_pip_packages:
neutron_pip_packages:
- configobj
- cliff
- fixtures
- keystonemiddleware
- PyMySQL
- mock
- neutron
- neutron_fwaas
- neutron_lbaas