Glance can optionally generate notifications to be logged or sent to a RabbitMQ queue. The configuration options are specified in the glance-api.conf config file in the section [DEFAULT].

Optional. Default: noop

Sets the strategy used for notifications. Options are logging, rabbit and noop.

Optional. Default: localhost

Host to connect to when using rabbit strategy.

Optional. Default: 5672

Port to connect to when using rabbit strategy.

Optional. Default: false

Boolean to use SSL for connecting when using rabbit strategy.

Optional. Default: guest

Userid to use for connection when using rabbit strategy.

Optional. Default: guest

Password to use for connection when using rabbit strategy.

Optional. Default: /

Virtual host to use for connection when using rabbit strategy.

Optional. Default: glance_notifications

Topic to use for connection when using rabbit strategy.



loading table of contents...