Modify the field in tox.ini
We use 'genconfig' field to generate configuration file generally. TrivialFix Change-Id: I152613103594dd7bcbc8b7f53a12e223a25bb051
This commit is contained in:
parent
35066dfe60
commit
23442a4da6
@ -169,7 +169,7 @@ these following commands::
|
||||
|
||||
$ git clone git://git.openstack.org/openstack/watcher
|
||||
$ cd watcher/
|
||||
$ tox -econfig
|
||||
$ tox -e genconfig
|
||||
$ vi etc/watcher/watcher.conf.sample
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
To generate the sample watcher.conf file, run the following
|
||||
command from the top level of the watcher directory:
|
||||
|
||||
tox -econfig
|
||||
tox -e genconfig
|
||||
|
Loading…
Reference in New Issue
Block a user