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:
parent
6efa3861a5
commit
ba48942c55
@ -0,0 +1,5 @@
|
||||
{
|
||||
"evacuate": {
|
||||
"adminPass": "MySecretPass"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"evacuate": {
|
||||
"host": "testHost",
|
||||
"adminPass": "MySecretPass"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user