s/placement-config-generator/config-generator/
Change [1] added support for tox -e genconfig via a configuration file called placement-config-generator.conf. Since we're in the placement project and only have one config generator, the placement- part is redundant. In keeping with similar pieces (e.g. policy-generator.conf) this patch renames the file and fixes references. [1] https://review.openstack.org/#/c/601838/ Change-Id: I8ea9c00d26539feab141ada493bc825987046b3d
This commit is contained in:
parent
b48ff9d556
commit
f5a25d5fd6
3
tox.ini
3
tox.ini
@ -99,11 +99,10 @@ setenv = {[testenv]setenv}
|
||||
commands =
|
||||
{[testenv:functional]commands}
|
||||
|
||||
# TODO(cdent): Config generator not yet present.
|
||||
[testenv:genconfig]
|
||||
envdir = {toxworkdir}/shared
|
||||
commands =
|
||||
oslo-config-generator --config-file=etc/placement/placement-config-generator.conf
|
||||
oslo-config-generator --config-file=etc/placement/config-generator.conf
|
||||
|
||||
[testenv:genpolicy]
|
||||
envdir = {toxworkdir}/shared
|
||||
|
Loading…
Reference in New Issue
Block a user