Ran into this issue while trying to enable UCA. This switch was
documented by the euca2ools team in:
https://eucalyptus.atlassian.net/browse/DOC-807
Closes-Bug: #1304571
Change-Id: I1ea7c6a760c75e67f09e566d73e571be3a1d89ea
(cherry picked from commit 6066327474f9e4a9f3f6f3db11138f06c942ecb8)
| ... | ... |
@@ -345,9 +345,9 @@ function init_tempest() {
|
| 345 | 345 |
( #new namespace |
| 346 | 346 |
# tenant:demo ; user: demo |
| 347 | 347 |
source $TOP_DIR/accrc/demo/demo |
| 348 |
- euca-bundle-image -i "$kernel" --kernel true -d "$BOTO_MATERIALS_PATH" |
|
| 349 |
- euca-bundle-image -i "$ramdisk" --ramdisk true -d "$BOTO_MATERIALS_PATH" |
|
| 350 |
- euca-bundle-image -i "$disk_image" -d "$BOTO_MATERIALS_PATH" |
|
| 348 |
+ euca-bundle-image -r x86_64 -i "$kernel" --kernel true -d "$BOTO_MATERIALS_PATH" |
|
| 349 |
+ euca-bundle-image -r x86_64 -i "$ramdisk" --ramdisk true -d "$BOTO_MATERIALS_PATH" |
|
| 350 |
+ euca-bundle-image -r x86_64 -i "$disk_image" -d "$BOTO_MATERIALS_PATH" |
|
| 351 | 351 |
) 2>&1 </dev/null | cat |
| 352 | 352 |
else |
| 353 | 353 |
echo "Boto materials are not prepared" |