Adding common header attributes in image header schema
Create Image schema only contain 'location' as header
field but there some common fields listed below which
will be present in header.
Create Image header-
{
'status': '202',
'content-length': '0',
'x-compute-request-id': 'req-df43993d-5047-407b-a9f7-22c455d7f42c',
'connection': 'close',
'location': 'http://10.0.2.15:8774/v2/
578afc43d3d14c34b71aa01a604ca987/images/b769ecb7-8fee-4893-8c41-1e4047d20a29',
'date': 'Wed, 25 Feb 2015 06:04:25 GMT',
'content-type': 'text/html; charset=UTF-8'
'vary': 'X-OpenStack-Nova-API-Version',
'x-openstack-nova-api-version': '2.1'
}
This commit fix that.
Change-Id: Icfeddc3f8f73d1dc5eb23ace7d1a8bdb1dbb6f5f
2 files changed