Remove ec2api and use gceapi in files.
Tox egenconfig fails because its using ec2api instead of gceapi. also the readme was named as ec2api which is fixed in this patch. Change-Id: I1a7b4462f53339077e13385e84e043b096cbc2ed
This commit is contained in:
parent
0ab14b0262
commit
eca38ac99f
2
tox.ini
2
tox.ini
@ -28,7 +28,7 @@ commands =
|
||||
flake8 {posargs}
|
||||
|
||||
[testenv:genconfig]
|
||||
commands = oslo-config-generator --config-file=etc/ec2api/ec2api-config-generator.conf
|
||||
commands = oslo-config-generator --config-file=etc/gceapi/gceapi-config-generator.conf
|
||||
|
||||
[testenv:cover]
|
||||
# Also do not run test_coverage_ext tests while gathering coverage as those
|
||||
|
Loading…
x
Reference in New Issue
Block a user