Ejemplo n.º 1
0
func (this *OpenStack) VmStart(vm *lobster.VirtualMachine) error {
	return startstop.Start(this.ComputeClient, vm.Identification).ExtractErr()
}
Ejemplo n.º 2
0
func (os *OpenStack) StartInstance(instanceID string) error {
	return startstop.Start(os.ComputeClient, instanceID).ExtractErr()
}