glance does not install needed python-wsme
This commit is contained in:
parent
7b37fb0c22
commit
0555678647
6
elements/glance-wsme/install.d/00-install-wsme
Executable file
6
elements/glance-wsme/install.d/00-install-wsme
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
set -o pipefail
|
||||
|
||||
install-packages python-wsme
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user