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'}}]}