~ubuntu-branches/ubuntu/saucy/nova/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/README.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2013-02-22 09:27:29 UTC
  • mfrom: (1.1.68)
  • Revision ID: package-import@ubuntu.com-20130222092729-nn3gt8rf97uvts77
Tags: 2013.1.g3-0ubuntu1
[ Chuck Short ]
* New usptream release. 
* debian/patches/debian/patches/fix-ubuntu-tests.patch: Refreshed.
* debian/nova-baremetal.logrotate: Fix logfile path.
* debian/control, debian/nova-spiceproxy.{install, logrotate, upstart}:
  Add spice html5 proxy support.
* debian/nova-novncproxy.upstart: Start on runlevel [2345]
* debian/rules: Call testr directly since run_tests.sh -N gives weird return
  value when tests pass.
* debian/pyddist-overrides: Add websockify.
* debian/nova-common.postinst: Removed config file conversion, since
  the option is no longer available. (LP: #1110567)
* debian/control: Add python-pyasn1 as a dependency.
* debian/control: Add python-oslo-config as a dependency.
* debian/control: Suggest sysfsutils, sg3-utils, multipath-tools for fibre
  channel support.

[ Adam Gandelman ]
* debian/control: Fix typo (websocikfy -> websockify).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
Building the docs
10
10
-----------------
11
 
From the root nova director::
 
11
From the root nova directory::
12
12
 
13
13
  python setup.py build_sphinx
14
14
 
15
15
Building just the man pages
16
16
---------------------------
17
 
from the root nova director::
 
17
from the root nova directory::
18
18
 
19
19
  python setup.py build_sphinx -b man
20
20
 
24
24
After building the man pages, they can be found in ``doc/build/man/``.
25
25
You can install the man page onto your system by following the following steps:
26
26
 
27
 
Example for ``nova-manage``::
 
27
Example for ``nova-scheduler``::
28
28
 
29
29
  mkdir /usr/local/man/man1
30
 
  install -g 0 -o 0 -m 0644 doc/build/man/nova-manage.1  /usr/local/man/man1/nova-manage.1
31
 
  gzip /usr/local/man/man1/nova-manage.1
32
 
  man nova-manage
 
30
  install -g 0 -o 0 -m 0644 doc/build/man/nova-scheduler.1  /usr/local/man/man1/nova-scheduler.1
 
31
  gzip /usr/local/man/man1/nova-scheduler.1
 
32
  man nova-scheduler