Merge "Add restore_auth to restore"

This commit is contained in:
Jenkins 2016-09-26 08:06:58 +00:00 committed by Gerrit Code Review
commit 554f272a73
1 changed files with 18 additions and 6 deletions

View File

@ -1101,8 +1101,10 @@ paths:
"checkpoint_id": "dcb20606-ad71-40a3-80e4-ef0fafdad0c3",
"restore_target": "http://192.168.1.2:35357/v2.0/",
"parameters": {
"username": "admin",
"password": "***"
"OS::Cinder::Volume": {
},
"OS::Nova::Server#3f8af6c6-ecea-42bd-b44c-724785bbe5ea": {
}
},
"status": "success"
}
@ -1146,8 +1148,10 @@ paths:
"checkpoint_id": "dcb20606-ad71-40a3-80e4-ef0fafdad0c3",
"restore_target": "http://192.168.1.2:35357/v2.0/",
"parameters": {
"username": "admin",
"password": "***"
"OS::Cinder::Volume": {
},
"OS::Nova::Server#3f8af6c6-ecea-42bd-b44c-724785bbe5ea": {
}
},
"status": "success"
}
@ -1181,8 +1185,10 @@ paths:
"checkpoint_id": "dcb20606-ad71-40a3-80e4-ef0fafdad0c3",
"restore_target": "http://192.168.1.2:35357/v2.0/",
"parameters": {
"username": "admin",
"password": "***"
"OS::Cinder::Volume": {
},
"OS::Nova::Server#3f8af6c6-ecea-42bd-b44c-724785bbe5ea": {
}
},
"status": "success"
}
@ -1609,6 +1615,9 @@ definitions:
restore_target:
type: string
format: UUID
restore_auth:
type: object
format: dict
parameters:
type: object
format: dict
@ -1820,6 +1829,9 @@ definitions:
restore_target:
type: string
format: url
restore_auth:
type: object
format: dict
parameters:
type: object
format: dict