Fix the api sample docs for microversion 2.68

This patch adds the following files:

1) doc/api_samples/os-evacuate/v2.68/server-evacuate-find-host-req.json
2) doc/api_samples/os-evacuate/v2.68/server-evacuate-req.json

which were missing in https://review.openstack.org/#/c/634600/
so that the "tox -e api_samples" can run without errors.

Change-Id: I248b7e172698a9bee155e72215c231da9033540a
Closes-bug: #1817915
This commit is contained in:
Surya Seetharaman 2019-02-27 16:25:16 +01:00
parent 6efa3861a5
commit ba48942c55
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"evacuate": {
"adminPass": "MySecretPass"
}
}

View File

@ -0,0 +1,6 @@
{
"evacuate": {
"host": "testHost",
"adminPass": "MySecretPass"
}
}