Navigation Menu

Skip to content

set host boot order

Anoop Rajendra edited this page May 15, 2017 · 1 revision

set host boot order

Usage

stack set host boot order {host ...} [action=string] [options=string]

Description

Set boot order for a host without having to go through the BIOS settings manually.

Examples

  • stack set host boot order compute-0-0 action=pxe

    Set compute-0-0 to pxe boot first.

  • stack set host boot order compute-0-0 action=disk options=persistent

    Set compute-0-0 to boot from hard disk persistently.

Clone this wiki locally