~vila/uci-engine/prod-britney

« back to all changes in this revision

Viewing changes to bin/bakery.py

  • Committer: Vincent Ladeuil
  • Date: 2014-11-14 17:38:56 UTC
  • mfrom: (894.1.29 tr-cwd)
  • Revision ID: vila+ci@canonical.com-20141114173856-gargtzz3tb32wb8v
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
 
264
264
 
265
265
def install_packages(mountpoint):
266
 
    # http://bazaar.launchpad.net/~go-bot/juju-core/trunk/view/head:/environs/cloudinit/cloudinit.go#L210
 
266
    # http://bazaar.launchpad.net/~go-bot/juju-core/trunk/view/head:
 
267
    # /environs/cloudinit/cloudinit.go#L210
267
268
    juju_pkgs = [
268
269
        'git',
269
270
        'curl',
434
435
    '''Download the latest precise image to the current working directory.'''
435
436
 
436
437
    # TODO we should get this from
437
 
    # http://cloud-images.ubuntu.com/releases/precise/release/ubuntu-12.04-server-cloudimg-amd64-disk1.img
 
438
    # http://cloud-images.ubuntu.com/releases/precise/release
 
439
    # /ubuntu-12.04-server-cloudimg-amd64-disk1.img
438
440
    # instead.
439
441
    client = _get_glanceclient()
440
442
    try: