Skip to content

Commit

Permalink
Merge pull request #12960 from SUSE/wip-18546-kraken
Browse files Browse the repository at this point in the history
kraken: [teuthology] update Ubuntu image url after ceph.com refactor

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed Jan 17, 2017
2 parents fcb8df1 + d732d57 commit 22446e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/qemu.py
Expand Up @@ -16,7 +16,7 @@
log = logging.getLogger(__name__)

DEFAULT_NUM_RBD = 1
DEFAULT_IMAGE_URL = 'http://ceph.com/qa/ubuntu-12.04.qcow2'
DEFAULT_IMAGE_URL = 'http://download.ceph.com/qa/ubuntu-12.04.qcow2'
DEFAULT_MEM = 4096 # in megabytes

def create_images(ctx, config, managers):
Expand Down

0 comments on commit 22446e2

Please sign in to comment.