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
| ... | ... |
@@ -416,9 +416,9 @@ function init_tempest {
|
| 416 | 416 |
( #new namespace |
| 417 | 417 |
# tenant:demo ; user: demo |
| 418 | 418 |
source $TOP_DIR/accrc/demo/demo |
| 419 |
- euca-bundle-image -i "$kernel" --kernel true -d "$BOTO_MATERIALS_PATH" |
|
| 420 |
- euca-bundle-image -i "$ramdisk" --ramdisk true -d "$BOTO_MATERIALS_PATH" |
|
| 421 |
- euca-bundle-image -i "$disk_image" -d "$BOTO_MATERIALS_PATH" |
|
| 419 |
+ euca-bundle-image -r x86_64 -i "$kernel" --kernel true -d "$BOTO_MATERIALS_PATH" |
|
| 420 |
+ euca-bundle-image -r x86_64 -i "$ramdisk" --ramdisk true -d "$BOTO_MATERIALS_PATH" |
|
| 421 |
+ euca-bundle-image -r x86_64 -i "$disk_image" -d "$BOTO_MATERIALS_PATH" |
|
| 422 | 422 |
) 2>&1 </dev/null | cat |
| 423 | 423 |
else |
| 424 | 424 |
echo "Boto materials are not prepared" |