Remove the nova.config.sample file

This file is not gated anymore and therefore it gets
out of date. Replacing it with a README that explains
how to generate it
DocImpact
Closes-Bug: 1294774
Change-Id: I2a72a005208a2c86d69ac461d72e54c53bd395cf
This commit is contained in:
Tracy Jones
2014年03月19日 10:56:49 -07:00
parent b7adaa96ab
commit 918f6eab7c

View File

@@ -0,0 +1,4 @@
To generate the sample nova.conf file, run the following
command from the top level of the nova directory:
tox -egenconfig

File diff suppressed because it is too large Load Diff

View File

@@ -22,6 +22,11 @@ sitepackages = False
commands =
flake8 {posargs}
[testenv:genconfig]
sitepackages = False
commands =
bash tools/config/generate_sample.sh -b . -p nova -o etc/nova
[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}
commands = bash tools/lintstack.sh
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.