Ubuntu Pastebin

Paste from deanman at Mon, 5 Dec 2016 14:35:42 +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
23
24
25
26
27
28
29
30
% juju gui --debug                                                                                                                                                    git:(master*)
16:32:52 INFO  juju.cmd supercommand.go:63 running juju [2.0.1 gc go1.6.2]
16:32:52 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "gui", "--debug"}
16:32:52 INFO  juju.juju api.go:72 connecting to API addresses: [35.156.171.229:17070 172.31.9.97:17070]
16:32:52 INFO  juju.api apiclient.go:530 dialing "wss://35.156.171.229:17070/api"
16:32:52 INFO  juju.api apiclient.go:530 dialing "wss://172.31.9.97:17070/api"

% juju show-controller --debug                                                                                                                                        git:(master*)
16:34:10 INFO  juju.cmd supercommand.go:63 running juju [2.0.1 gc go1.6.2]
16:34:10 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "show-controller", "--debug"}
16:34:10 INFO  juju.juju api.go:72 connecting to API addresses: [35.156.171.229:17070 172.31.9.97:17070]
16:34:10 INFO  juju.api apiclient.go:530 dialing "wss://35.156.171.229:17070/api"
16:34:10 INFO  juju.api apiclient.go:530 dialing "wss://172.31.9.97:17070/api"
16:34:14 INFO  juju.api apiclient.go:530 dialing "wss://172.31.9.97:17070/api"
16:34:32 INFO  juju.api apiclient.go:530 dialing "wss://172.31.9.97:17070/api"
16:34:35 INFO  juju.api apiclient.go:530 dialing "wss://172.31.9.97:17070/api"
16:34:38 INFO  juju.api apiclient.go:530 dialing "wss://172.31.9.97:17070/api"
16:34:42 INFO  juju.api apiclient.go:530 dialing "wss://172.31.9.97:17070/api"

% juju list-controllers --debug                                                                                                                                       git:(master*)
16:35:14 INFO  juju.cmd supercommand.go:63 running juju [2.0.1 gc go1.6.2]
16:35:14 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "list-controllers", "--debug"}
Use --refresh flag with this command to see the latest information.

Controller  Model    User   Access     Cloud/Region         Models  Machines    HA  Version
aws*        default  admin  superuser  aws/eu-central-1          2         1  none  2.0.1  
lxd         default  admin  superuser  localhost/localhost       2         1  none  2.0.1  
mystack     default  admin  superuser  mystack/RegionOne         2         1  none  2.0.1  

16:35:14 INFO  cmd supercommand.go:465 command finished
Download as text