Ubuntu Pastebin

Paste from veebers at Mon, 26 Sep 2016 03:22: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
23
24
25
26
27
28
$ juju --show-log add-model -c charm-test model89; juju --show-log destroy-model model89 -y; juju --show-log list-models -c charm-test

16:19:50 INFO  juju.cmd supercommand.go:63 running juju [2.0-rc2 gc go1.6.2]
16:19:50 INFO  juju.juju api.go:72 connecting to API addresses: [10.194.140.129:17070]
16:19:50 INFO  juju.api apiclient.go:507 dialing "wss://10.194.140.129:17070/api"
16:19:50 INFO  juju.api apiclient.go:302 connection established to "wss://10.194.140.129:17070/api"
16:19:50 INFO  juju.juju api.go:72 connecting to API addresses: [10.194.140.129:17070]
16:19:50 INFO  juju.api apiclient.go:507 dialing "wss://10.194.140.129:17070/api"
16:19:50 INFO  juju.api apiclient.go:302 connection established to "wss://10.194.140.129:17070/api"
CONTROLLER: charm-test

MODEL       OWNER        STATUS     MACHINES  CORES  ACCESS  LAST CONNECTION
controller  admin@local  available         1      -  admin   just now
default     admin@local  available         0      -  admin   2016-09-23
model89     admin@local  available         0      -  admin   never connected

# After some time.
$ juju --show-log list-models -c charm-test
.. same output ..

$ juju --show-log destroy-model model89 -y

16:21:14 INFO  juju.cmd supercommand.go:63 running juju [2.0-rc2 gc go1.6.2]
16:21:14 ERROR cmd supercommand.go:458 cannot read model info: model charm-test:admin@local/model89 not found

$ juju --show-log destroy-model charm-test:model89 -y
16:21:50 INFO  juju.cmd supercommand.go:63 running juju [2.0-rc2 gc go1.6.2]
16:21:50 ERROR cmd supercommand.go:458 cannot read model info: model charm-test:admin@local/model89 not found
Download as text