Work around missing kombu requirement for keystone

Keystone has switched to oslo.messaging and thus is missing a
requirement for the backend drivers.

We only use kombu, so we can force it in until oslo.messaging is fixed.

Change-Id: I2ffb6683f51c70d67da043a4907ba84330e75b9f
Closes-Bug: #1288425
This commit is contained in:
Clint Byrum 2014-03-05 13:42:55 -08:00
parent c0afb00b14
commit 1105e565a0
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#!/bin/bash
set -eux
os-svc-install -n keystone -u keystone -r /opt/stack/keystone -c "/opt/stack/keystone/bin/keystone-all"
# Workaround for https://bugs.launchpad.net/tripleo/+bug/1288425
/opt/stack/venvs/keystone/bin/pip install -U kombu
/opt/stack/venvs/keystone/bin/pip install -U qpid-python