From: Ondrej Lichtner olichtne@redhat.com
This file is being added as an example of how to create custom configuration files. For illustration it contains the default values currently used by lnst. All that needs to be done is changing the values and place the resulting file in a proper location. Currently only file ~/.lnst/lnst.conf will be used.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- lnst.conf.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lnst.conf.example
diff --git a/lnst.conf.example b/lnst.conf.example new file mode 100644 index 0000000..af64aa8 --- /dev/null +++ b/lnst.conf.example @@ -0,0 +1,7 @@ +[environment] +mac_pool_range = 52:54:01:00:00:01 52:54:01:FF:FF:FF +rpcport = 9999 +machine_pool_dirs = +[log] +path = ./ +port = 9998