~juju-qa/ubuntu/yakkety/juju/2.0-beta12

« back to all changes in this revision

Viewing changes to src/github.com/lxc/lxd/lxd/migrate.go

  • Committer: Nicholas Skaggs
  • Date: 2016-07-18 18:41:24 UTC
  • mfrom: (1.4.5)
  • Revision ID: nicholas.skaggs@canonical.com-20160718184124-76sg7nr3zf2o6o63
* New upstream release 2.0-beta12
* Update debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
712
712
        configPath := args[3]
713
713
        imagesDir := args[4]
714
714
 
 
715
        defer os.Remove(configPath)
 
716
 
715
717
        c, err := lxc.NewContainer(name, lxcpath)
716
718
        if err != nil {
717
719
                return err