Ubuntu Pastebin

Paste from tvan at Thu, 25 Aug 2016 21:00:47 +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
31
32
33
34
35
36
37
38
39
40
41
148 tvansteenburgh@xenial-vm:~/python-jujuclient⟫ .tox/py27/bin/python deploy_test.py 
DEBUG:__main__:Added local charm: {u'charm-url': u'local:trusty/ubuntu-9'}
DEBUG:jujuclient.rpc:rpc request:
{
  "params": {
    "applications": [
      {
        "placement": [
          {
            "scope": "1c3a3889-21c2-419b-88c0-f18efdb3ece0", 
            "directive": ""
          }
        ], 
        "num-units": 1, 
        "application": "mycharm", 
        "charm-url": "local:trusty/ubuntu-9", 
        "config": {}, 
        "constraints": {}
      }
    ]
  }, 
  "request-id": 2, 
  "version": 1, 
  "request": "Deploy", 
  "type": "Application"
}
DEBUG:jujuclient.rpc:rpc response:
{
  "request-id": 2, 
  "response": {
    "results": [
      {
        "error": {
          "message": "charm \"local:trusty/ubuntu-9\" not found", 
          "code": "not found"
        }
      }
    ]
  }
}
DEBUG:__main__:Deploy response: {u'results': [{u'error': {u'message': u'charm "local:trusty/ubuntu-9" not found', u'code': u'not found'}}]}
Download as text