Jump to: navigation, search

Difference between revisions of "GlanceUsageNotifications"

m (Text replace - "__NOTOC__" to "")
 
Line 1: Line 1:
__NOTOC__
+
 
 
= Glance Usage Notifications =
 
= Glance Usage Notifications =
  

Latest revision as of 23:29, 17 February 2013

Glance Usage Notifications

Glance should produce RabbitMQ notifications in a manner and format that is compatible with those generated by OpenStack Compute (Nova).

Glance Notifications

image.send: generated every time the image is transmitted. Generally, this will be created when the image is being used by compute (Nova) to create a new server

  • tenant_id: Tenant ID that owns this image (string)
  • user_id: User ID that owns this image (string)
  • receiver_tenant_id: The tenant ID of the account that is receiving the image
  • receiver_user_id: The user ID of the account that is receiving the image
  • image_id: ID of the image (UUID)
  • bytes_sent:
  • transmit_status: should at least show success/failure state
  • destination_ip: