Ubuntu Pastebin

Paste from axw at Wed, 22 Jun 2016 05:41:10 +0000

Download as text
1
2
3
4
5
6
/ If the machine will run a controller, then we need to open the
// API port for it.
var apiPort *int
if args.InstanceConfig.Controller != nil {
	apiPort = &args.InstanceConfig.Controller.Config.APIPort()
}
Download as text