| commit | 7fa397cd1a896e4678b3e2f50a6fd6348f947092 | [log] [tgz] |
|---|---|---|
| author | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Tue Apr 01 19:32:38 2014 +0900 |
| committer | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Wed Apr 02 15:34:20 2014 +0900 |
| tree | 01ff73d64ce280e4d06683075b60ac4517c93fff | |
| parent | 43190528f0700821af2522b21e2c9cdbd65e650e [diff] |
Check attributes of get server password Nova APIs
This patch adds the JSON schema for Nova V2 & V3 get server password
APIs response and validate the response with added JSON schema
to block the backward incompatibility change in the future.
The response body of get password V2 & V3 APIs is same and given below:
{
"password": "%(encrypted_password)s"
}
Partially implements blueprint nova-api-attribute-test
Change-Id: Iaec82632fd377435cdb10f8ac2e40c4fbd9f98f2