Ubuntu Pastebin

Paste from frankban at Thu, 30 Jun 2016 10:11:31 +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
--> #5 ModelManager:CreateModel
{'params': {'config': {},
            'name': 'test-model',
            'owner-tag': 'user-admin@local'},
 'request': 'CreateModel',
 'request-id': 5,
 'type': 'ModelManager',
 'version': 2}
<-- #5 response
{'request-id': 5,
 'response': {'cloud-credential': 'frankban',
              'cloud-region': 'us-east-1',
              'controller-uuid': 'd8d5d066-e4bc-47df-8f8b-a40d640139cf',
              'default-series': 'xenial',
              'life': 'alive',
              'name': 'test-model',
              'owner-tag': 'user-admin@local',
              'provider-type': 'ec2',
              'status': {'info': '',
                         'since': '2016-06-30T10:09:37.469746534Z',
                         'status': 'available'},
              'users': [{'access': 'admin',
                         'display-name': 'admin',
                         'last-connection': None,
                         'user': 'admin@local'}],
              'uuid': 'c4a21759-b3da-437f-8df2-320c82b0b5b4'}}
Download as text