Ubuntu Pastebin

Paste from tvan at Tue, 8 Nov 2016 16:40:30 +0000

Download as text
1
2
3
4
5
6
7
        params = client.AddMachineParams(
            series=series,
            constraints=constraints,
            container_type=container_type,
            parent_id=self.resolve(parent_id) if parent_id else None,
        )
        results = await self.client_facade.AddMachines(params)
Download as text