Browse code

Use updated trove mysql image location

Use the updated trove mysql image at:
tarballs.openstack.org/trove/images/ubuntu/mysql.qcow2
instead of the older deprecated image at:
tarballs.openstack.org/trove/images/ubuntu_mysql.qcow2/ubuntu_mysql.qcow2

Change-Id: If76f25dfe0f975faf1883f0a6d993c21b26e1b29

Nikhil Manchanda authored on 2014/10/27 07:41:15
Showing 1 changed files
... ...
@@ -522,11 +522,11 @@ if [[ "$ENABLED_SERVICES" =~ 'h-api' ]]; then
522 522
     esac
523 523
 fi
524 524
 
525
-# Trove needs a custom image for it's work
525
+# Trove needs a custom image for its work
526 526
 if [[ "$ENABLED_SERVICES" =~ 'tr-api' ]]; then
527 527
     case "$VIRT_DRIVER" in
528 528
         libvirt|baremetal|ironic|xenapi)
529
-            TROVE_GUEST_IMAGE_URL=${TROVE_GUEST_IMAGE_URL:-"http://tarballs.openstack.org/trove/images/ubuntu_mysql.qcow2/ubuntu_mysql.qcow2"}
529
+            TROVE_GUEST_IMAGE_URL=${TROVE_GUEST_IMAGE_URL:-"http://tarballs.openstack.org/trove/images/ubuntu/mysql.qcow2"}
530 530
             IMAGE_URLS+=",${TROVE_GUEST_IMAGE_URL}"
531 531
             ;;
532 532
         *)