syntribos/examples/templates/glance/post_image_member.template
Charles Neill baa8ac2ef7 Adding Glance extension support to templates
Modifies Glance templates to use the extension by Rahul for getting
image IDs. Does not modify "delete" templates since we don't have a
good cache-invalidation mechanism yet

Change-Id: I23e6573b5cdc083fd4f86c612cf86d2bddd52f3b
2016-09-13 23:34:51 +00:00

9 lines
315 B
Plaintext

POST /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/members HTTP/1.1
Accept: application/json
Content-Type: application/json
X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]|
{
"member": "83814cdb88df47989862e62454d946a2"
}