Ubuntu Pastebin

Paste from beisner at Thu, 18 Feb 2016 15:04:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
ubuntu@beisner-bastion:~/bzr/next/lxd⟫ juju run --service lxd "sudo lxc config show"
- MachineId: "5"
  Stderr: |
    sudo: unable to resolve host juju-beis0-machine-5
  Stdout: |
    config:
      core.https_address: '[::]'
      core.trust_password: true
      images.remote_cache_expiry: "10"
      storage.lvm_thinpool_name: LXDPool
      storage.lvm_vg_name: lxd_vg
  UnitId: lxd/0
- MachineId: "6"
  Stderr: |
    sudo: unable to resolve host juju-beis0-machine-6
  Stdout: |
    config:
      core.https_address: '[::]'
      core.trust_password: true
      images.remote_cache_expiry: "10"
      storage.lvm_vg_name: lxd_vg
  UnitId: lxd/1
Download as text