Workaround broken Neutron requirements.

Neutron have introduced another hard dependency on unreleased
python-neutronclient :(.

Change-Id: I10702098192c0393a91efbd707c61f5b0e627de6
Partial-Bug: 1280941
This commit is contained in:
Robert Collins 2014-02-17 16:24:36 +13:00
parent d3b10ff7b1
commit 4c16ec1eca
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -eux
# Due to trunk neutron relying on trunk neutronclient, we need
# trunk neutronclient - https://bugs.launchpad.net/neutron/+bug/1280941
/opt/stack/venvs/neutron/bin/pip install -U git+https://git.openstack.org/openstack/python-neutronclient