Merge "Fix the api sample docs for microversion 2.68"

This commit is contained in:
Zuul 2019-02-27 20:31:22 +00:00 committed by Gerrit Code Review
commit eb93d0cffd
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"
}
}