Add a comment about default devstack images

Change-Id: I64d09d4a6f25ed7dafcdd8dcfd3ed7407eba0baf
This commit is contained in:
Vladyslav Drok 2017-08-28 18:08:45 +03:00
parent 08173a56af
commit 212029537d

View File

@ -39,6 +39,8 @@ if [[ "$IRONIC_BOOT_MODE" == "uefi" ]]; then
else
# NOTE (vsaienko) We are going to test mixed drivers/partitions in single setup.
# Do not restrict downloading image only for specific case. Download both disk and uec images.
# NOTE (vdrok): Here the images are actually pre-cached by devstack, in
# the files folder, so they won't be downloaded again.
add_image_link http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-x86_64-uec.tar.gz
add_image_link http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-x86_64-disk.img
fi