← Back to team overview

openstack team mailing list archive

ceilometer and instance snapshots/glance images

 

I have created instance snapshot. When I am listing them through ceilometer API call, then I am getting userId: null for them.

I remember I used to get userId(who have created that snapshot) in response but I am not getting it now.

Is there any change in behaviour?
or there is any extra setting required in configuration?


API call : http://10.102.153.71:8777/v2/resources


response :

	* {
	*        "resource_id": "52f814e5-fa6b-4a3c-acb7-80d13ced88da",
	*        "project_id": "f57362577d3b4c7c82b6bc713d0dcc25",
	*        "user_id": null,
	*        "metadata":
	*        {
	*            "status": "active",
	*            "name": "nanovmsnap",
	*            "deleted": "False",
	*            "container_format": "ami",
	*            "created_at": "2013-07-09T09:43:47",
	*            "disk_format": "ami",
	*            "updated_at": "2013-07-09T09:44:08",
	*            "protected": "False",
	*            "checksum": "5d8fa241f393bb8ef6eea6576671a187",
	*            "min_disk": "0",
	*            "is_public": "False",
	*            "deleted_at": "None",
	*            "min_ram": "0",
	*            "size": "9830400"
	*        }
	*    }

Thanks,
Anshul