Ubuntu Pastebin

Paste from thumper at Tue, 6 Sep 2016 23:40:29 +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
tim@elwood:~/go/src/github.com/juju/juju (master)$ juju controllers
CONTROLLER  MODEL    USER         ACCESS      CLOUD/REGION   VERSION
target      default  admin@local  (unknown)+  lxd/localhost  (unknown)+

+ these are the last known values, run with --refresh to see the latest information.

tim@elwood:~/go/src/github.com/juju/juju (master)$ juju switch target:default
 -> target:admin@local/default
tim@elwood:~/go/src/github.com/juju/juju (master)$ juju disabled-commands --all
NAME        MODEL UUID                            OWNER        DISABLED COMMANDS
controller  4324de9a-c012-45a6-8214-1742f156665e  admin@local  destroy-model
default     99690239-1e94-4fe5-83e3-d130487f6602  admin@local  destroy-model

tim@elwood:~/go/src/github.com/juju/juju (master)$ juju controllers
CONTROLLER  MODEL    USER         ACCESS      CLOUD/REGION   VERSION
target*     default  admin@local  (unknown)+  lxd/localhost  2.0-beta18.1+

+ these are the last known values, run with --refresh to see the latest information.

tim@elwood:~/go/src/github.com/juju/juju (master)$ juju controllers --refresh
CONTROLLER  MODEL    USER         ACCESS     CLOUD/REGION   VERSION
target*     default  admin@local  (unknown)  lxd/localhost  2.0-beta18.1
Download as text