nova Verified for current stable LTS

Nova Command: Boot Vm On Specific Host Linux

Use for boot vm on specific host linux with Nova. Exact CLI syntax to boot vm on specific host linux using Nova.

When to use this: Use for boot vm on specific host linux with Nova.

Command Syntax

nova boot --nic net-id=<net_id> --image <image_id> --flavor <flavor> --availability-zone nova:<host_name> <vm_name>

Live Command Builder

Final Command

nova boot --nic net-id=<net_id> --image <image_id> --flavor <flavor> --availability-zone nova:<host_name> <vm_name>

Command Breakdown

--nic
Command Option
Tool-specific option used by this command invocation.
--image
Command Option
Tool-specific option used by this command invocation.
--flavor
Command Option
Tool-specific option used by this command invocation.
--availability-zone
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to boot vm on specific host linux using Nova.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Nova directory