Ubuntu Pastebin

Paste from bdx at Tue, 12 Sep 2017 01:04:43 +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
bdx@bdxtop:~/allcode/charms/layers/layer-django-web (master)$ juju add-model pdl-eod-devdev --credential james-pdl --config vpc-id=vpc-4ef88c2b --config vpc-id-force=true aws/us-west-2
Uploading credential 'aws/jamesbeedy@external/james-pdl' to controller
ERROR cannot obtain authorization to collect usage metrics: failed to authorize reseller plan: [Jw+Txi6K] internal server error [internal server error]
bdx@bdxtop:~/allcode/charms/layers/layer-django-web (master)$ juju add-model pdl-eod-devdev --credential james-pdl --config vpc-id=vpc-4ef88c2b --config vpc-id-force=true aws/us-west-2 --debug
18:03:03 INFO  juju.cmd supercommand.go:63 running juju [2.2.3 gc go1.8]
18:03:03 DEBUG juju.cmd supercommand.go:64   args: []string{"/snap/juju/2487/bin/juju", "add-model", "pdl-eod-devdev", "--credential", "james-pdl", "--config", "vpc-id=vpc-4ef88c2b", "--config", "vpc-id-force=true", "aws/us-west-2", "--debug"}
18:03:03 INFO  juju.juju api.go:67 connecting to API addresses: [jimm.jujucharms.com:443]
18:03:03 DEBUG juju.api apiclient.go:715 looked up jimm.jujucharms.com -> [162.213.33.28 162.213.33.250]
18:03:03 DEBUG juju.api apiclient.go:863 successfully dialed "wss://jimm.jujucharms.com:443/api"
18:03:03 INFO  juju.api apiclient.go:617 connection established to "wss://jimm.jujucharms.com:443/api"
18:03:03 DEBUG juju.api apiclient.go:863 successfully dialed "wss://jimm.jujucharms.com:443/api"
18:03:04 INFO  cmd authkeys.go:114 Adding contents of "/home/bdx/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys
18:03:04 INFO  cmd authkeys.go:114 Adding contents of "/home/bdx/.ssh/id_rsa.pub" to authorized-keys
18:03:04 INFO  cmd addmodel.go:225 Uploading credential 'aws/jamesbeedy@external/james-pdl' to controller
18:04:17 DEBUG juju.api monitor.go:35 RPC connection died
ERROR cannot obtain authorization to collect usage metrics: failed to authorize reseller plan: [3r6cIMzb] internal server error [internal server error]
18:04:17 DEBUG cmd supercommand.go:459 error stack: 
cannot obtain authorization to collect usage metrics: failed to authorize reseller plan: [3r6cIMzb] internal server error [internal server error]
github.com/juju/juju/rpc/client.go:149: 
github.com/juju/juju/api/apiclient.go:944: 
github.com/juju/juju/api/modelmanager/modelmanager.go:74: 
github.com/juju/juju/cmd/juju/controller/addmodel.go:237: 
Download as text