blob: ccc2f558e281843ae95475e77d701f8e24c30cb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
This generate_sample.sh tool is used to generate sample config files
from OpenStack project source trees.
Run it by passing the base directory and package name i.e.
$> generate_sample.sh --base-dir /opt/stack/nova --package-name nova \
--output-dir /opt/stack/nova/etc
$> generate_sample.sh -b /opt/stack/quantum -p nova -o /opt/stack/quantum/etc
Watch out for warnings about modules like libvirt, qpid and zmq not
being found - these warnings are significant because they result
in options not appearing in the generated config file.
|