diff options
| author | Zhongyue Luo <lzyeval@gmail.com> | 2012-01-20 01:10:58 -0500 |
|---|---|---|
| committer | Zhongyue Luo <lzyeval@gmail.com> | 2012-02-18 07:51:46 +0800 |
| commit | 9e16a2edb1770018c0ad164ff7ef7e77a6cdace1 (patch) | |
| tree | 697d8be9e0e1020f71acdd0499d6360520a4f4c9 /doc | |
| parent | 53b2cc83c6329c112ce69d4d2c45fa7686347d00 (diff) | |
nova.conf sample tool
Fixes bug #918621
A tool to generate a sample nova.conf file
Change-Id: I2646d7e674ef3d1759558e820f051cc5e7f3b4ae
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/runnova/flags.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/runnova/flags.rst b/doc/source/runnova/flags.rst index 3d16e1303..1c3f57dcc 100644 --- a/doc/source/runnova/flags.rst +++ b/doc/source/runnova/flags.rst @@ -20,4 +20,6 @@ Flags and Flagfiles Nova uses a configuration file containing flags located in /etc/nova/nova.conf. You can get the most recent listing of avaialble flags by running nova-(servicename) --help, for example, nova-api --help. -The OpenStack wiki has a page with the flags listed by their purpose and use at http://wiki.openstack.org/FlagsGrouping.
\ No newline at end of file +A script for generating a sample nova.conf file is located in *<nova_root>/tools/conf/run.sh*. This script traverses through the source code and retrieves information of every option that is defined. A file named *nova.conf.sample* will be placed in the same directory. + +The OpenStack wiki has a page with the flags listed by their purpose and use at http://wiki.openstack.org/FlagsGrouping. |
