From 3020ba46596824dd91c323fd7392191896e75e5a Mon Sep 17 00:00:00 2001 From: wangqun Date: Fri, 29 Jan 2016 06:51:14 +0000 Subject: [PATCH] Add introduce doc how to generate magnum.conf.sample Now magnum.conf.sample need to generate by tox -egenconfig It is convenient to have a help doc in the directory etc/magnum/ Change-Id: Ia18db548e8840bbccc915b58b7a2301043533469 --- etc/magnum/README-magnum.conf.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/magnum/README-magnum.conf.txt diff --git a/etc/magnum/README-magnum.conf.txt b/etc/magnum/README-magnum.conf.txt new file mode 100644 index 0000000000..893453b920 --- /dev/null +++ b/etc/magnum/README-magnum.conf.txt @@ -0,0 +1,5 @@ +To generate the sample magnum.conf file, run the following +command from the top level of the magnum directory: + +tox -egenconfig +