glance does not install needed python-wsme

This commit is contained in:
James Slagle 2014-09-11 09:23:15 -04:00
parent 7b37fb0c22
commit 0555678647
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -eux
set -o pipefail
install-packages python-wsme

View File

@ -195,4 +195,7 @@ use-ephemeral \
if [ "$DELOREAN" = "1" ]; then
export DIB_COMMON_ELEMENTS=${DIB_COMMON_ELEMENTS:-""}
export DIB_COMMON_ELEMENTS="$DIB_COMMON_ELEMENTS delorean undercloud-package-install"
# Delorean is patched but there isn't a new build yet.
export OVERCLOUD_CONTROL_DIB_EXTRA_ARGS="$OVERCLOUD_CONTROL_DIB_EXTRA_ARGS glance-wsme"
fi