File: index.rst

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (93 lines) | stat: -rw-r--r-- 2,428 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
..
      Copyright 2010-2011 United States Government as represented by the
      Administrator of the National Aeronautics and Space Administration.
      All Rights Reserved.

      Licensed under the Apache License, Version 2.0 (the "License"); you may
      not use this file except in compliance with the License. You may obtain
      a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
      License for the specific language governing permissions and limitations
      under the License.

Command-line Utilities
======================

In this section you will find information on Nova's command line utilities.

Nova Management Commands
------------------------

These commands are used to manage existing installations. They are designed to
be run by operators in an environment where they have direct access to the nova
database.

.. toctree::
   :maxdepth: 1

   nova-manage
   nova-status

Service Daemons
---------------

The service daemons make up a functioning nova environment. All of these are
expected to be started by an init system, expect to read a nova.conf file, and
daemonize correctly after starting up.

.. toctree::
   :maxdepth: 1

   nova-api
   nova-compute
   nova-conductor
   nova-console
   nova-novncproxy
   nova-scheduler
   nova-serialproxy
   nova-spicehtml5proxy
   nova-xvpvncproxy

WSGI Services
-------------

Starting in the Pike release, the preferred way to deploy the nova api is in a
wsgi container (uwsgi or apache/mod_wsgi). These are the wsgi entry points to
do that.

.. toctree::
   :maxdepth: 1

   nova-api-metadata
   nova-api-os-compute

Additional Tools
----------------

There are a few additional cli tools which nova services call when
appropriate. This should not need to be called directly by operators, but they
are documented for completeness and debugging if something goes wrong.

.. toctree::
   :maxdepth: 1

   nova-rootwrap

Deprecated Services
-------------------

The following services are deprecated in nova. They should not be used in new
deployments, but are documented for existing ones.

.. toctree::
   :maxdepth: 1

   nova-cells
   nova-dhcpbridge
   nova-network
   nova-consoleauth