request_machines

boulderopal.cloud.request_machines(machine_count)

Request a minimum number of machines to be online.

Parameters

machine_count (int) – The minimum number of machines requested to be online.

Notes

This command is blocking until the specified amount of machines have been observed in your environment. It only attempts to ensure the requested amount are online, not necessarily starting up that amount if some machines are already online.

Was this useful?