| ... | ... |
@@ -574,6 +574,8 @@ function init_tempest {
|
| 574 | 574 |
echo "Prepare aki/ari/ami Images" |
| 575 | 575 |
mkdir -p $BOTO_MATERIALS_PATH |
| 576 | 576 |
( #new namespace |
| 577 |
+ # euca2ools should be installed to call euca-* commands |
|
| 578 |
+ is_package_installed euca2ools || install_package euca2ools |
|
| 577 | 579 |
# tenant:demo ; user: demo |
| 578 | 580 |
source $TOP_DIR/accrc/demo/demo |
| 579 | 581 |
euca-bundle-image -r ${CIRROS_ARCH} -i "$kernel" --kernel true -d "$BOTO_MATERIALS_PATH"
|