diff --git a/doc/source/conf.py b/doc/source/conf.py index b2aa7f81f02e..cf5bccad7ffc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -116,6 +116,8 @@ man_pages = [ u'Cloud controller fabric', [u'OpenStack'], 1), ('man/nova-api', 'nova-api', u'Cloud controller fabric', [u'OpenStack'], 1), + ('man/nova-cells', 'nova-cells', u'Cloud controller fabric', + [u'OpenStack'], 1), ('man/nova-cert', 'nova-cert', u'Cloud controller fabric', [u'OpenStack'], 1), ('man/nova-compute', 'nova-compute', u'Cloud controller fabric', diff --git a/doc/source/man/index.rst b/doc/source/man/index.rst index 75e1a1f4c9b7..a9191cccb319 100644 --- a/doc/source/man/index.rst +++ b/doc/source/man/index.rst @@ -30,6 +30,7 @@ Reference nova-api-metadata nova-api-os-compute nova-api + nova-cells nova-cert nova-compute nova-conductor diff --git a/doc/source/man/nova-cells.rst b/doc/source/man/nova-cells.rst new file mode 100644 index 000000000000..7eaaf1d358d9 --- /dev/null +++ b/doc/source/man/nova-cells.rst @@ -0,0 +1,49 @@ +========== +nova-cells +========== + +-------------------------------- +Server for the Nova Cells +-------------------------------- + +:Author: openstack@lists.openstack.org +:Date: 2012-09-27 +:Copyright: OpenStack Foundation +:Version: 2012.1 +:Manual section: 1 +:Manual group: cloud computing + +SYNOPSIS +======== + + nova-cells [options] + +DESCRIPTION +=========== + +Starts the nova-cells service. + +The nova-cells service handles communication between cells and selects cells for new instances. + +OPTIONS +======= + + **General options** + +FILES +======== + +* /etc/nova/nova.conf +* /etc/nova/policy.json +* /etc/nova/rootwrap.conf +* /etc/nova/rootwrap.d/ + +SEE ALSO +======== + +* `OpenStack Nova `__ + +BUGS +==== + +* Nova bugs are managed at Launchpad `Bugs : Nova `__