Add restore_auth to restore

Add restore_auth to restore's request body.

blueprint separate-restore-auth
Change-Id: I6cfe42f0a6ef5134026438765d86a5fd5c998e7d
This commit is contained in:
Yuval Brik 2016-09-25 10:40:28 +03:00
parent 775df2c1c0
commit a945d90ab1
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