Rename /controller/servers to /controller/hypervisors

This commit is contained in:
Julien Duponchelle
2016-03-08 16:04:12 +01:00
parent 8114c1d4be
commit 6fa2491255
9 changed files with 80 additions and 80 deletions

View File

@ -39,4 +39,4 @@ def test_documentation_write(tmpdir):
assert "Sample session" in content
assert "literalinclude:: ../../../examples/hypervisor_post_projectsprojectidvirtualboxvms.txt" in content
assert os.path.exists(str(tmpdir / "api" / "v2" / "controller" / "server.rst"))
assert os.path.exists(str(tmpdir / "api" / "v2" / "controller" / "hypervisor.rst"))