-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathREADME
More file actions
34 lines (25 loc) · 1.14 KB
/
README
File metadata and controls
34 lines (25 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
If you'd like to contribute code or ideas for improving this script, planned
changes are being documented here:
http://etherpad.openstack.org/nova-install-script-todos
-----
NAME
nova-install -- configure a fully functioning OpenStack Nova component
SYNOPSIS
nova-install [-t type] [-V] [-h]
DESCRIPTION
The nova-install command will gather information, install dependencies,
and then configure one of a number of different OpenStack component
types as specified on the command line.
A cloud controller will be configured to run all five Nova services
(api, compute, network, objectstor, and scheduler), while a compute
node will only run Nova's compute service.
OPTIONS
-t, --type <type>
Changes the type of component to install. Currently implemented
types are 'cloud' (default) for installing a new cloud
controller, and 'compute' for installing a compute node for an
existing cloud.
-V, --version
Print the nova-install script's version information and exit.
-h, --help
View this help message about the available command-line options.