Merge "Configure glance notification driver"
This commit is contained in:
commit
fc2bd3de37
@ -203,7 +203,7 @@ registry_client_protocol = http
|
|||||||
|
|
||||||
# Driver or drivers to handle sending notifications. Set to
|
# Driver or drivers to handle sending notifications. Set to
|
||||||
# 'messaging' to send notifications to a message queue.
|
# 'messaging' to send notifications to a message queue.
|
||||||
# notification_driver = noop
|
notification_driver = noop
|
||||||
|
|
||||||
# Default publisher_id for outgoing notifications.
|
# Default publisher_id for outgoing notifications.
|
||||||
# default_publisher_id = image.localhost
|
# default_publisher_id = image.localhost
|
||||||
|
@ -84,3 +84,9 @@ config_file = /etc/glance/glance-registry-paste.ini
|
|||||||
# [pipeline:glance-api-keystone], you would configure the flavor below
|
# [pipeline:glance-api-keystone], you would configure the flavor below
|
||||||
# as 'keystone'.
|
# as 'keystone'.
|
||||||
flavor=keystone
|
flavor=keystone
|
||||||
|
|
||||||
|
# ============ Notification System Options =====================
|
||||||
|
|
||||||
|
# Driver or drivers to handle sending notifications. Set to
|
||||||
|
# 'messaging' to send notifications to a message queue.
|
||||||
|
notification_driver = noop
|
||||||
|
@ -166,6 +166,17 @@ flavor = keystone</programlisting>
|
|||||||
default_store = file
|
default_store = file
|
||||||
filesystem_store_datadir = /var/lib/glance/images/</programlisting>
|
filesystem_store_datadir = /var/lib/glance/images/</programlisting>
|
||||||
</step>
|
</step>
|
||||||
|
<step>
|
||||||
|
<para>In the <literal>[DEFAULT]</literal> section, configure
|
||||||
|
the <literal>noop</literal> notification driver to disable
|
||||||
|
notifications because they only pertain to the optional
|
||||||
|
Telemetry service:</para>
|
||||||
|
<programlisting language="ini">[DEFAULT]
|
||||||
|
...
|
||||||
|
notification_driver = noop</programlisting>
|
||||||
|
<para>The Telemetry chapter provides a glance configuration
|
||||||
|
that enables notifications.</para>
|
||||||
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<para>(Optional) To assist with troubleshooting,
|
<para>(Optional) To assist with troubleshooting,
|
||||||
enable verbose logging in the <literal>[DEFAULT]</literal>
|
enable verbose logging in the <literal>[DEFAULT]</literal>
|
||||||
@ -213,6 +224,17 @@ flavor = keystone</programlisting>
|
|||||||
<literal>auth_protocol</literal> options because the
|
<literal>auth_protocol</literal> options because the
|
||||||
<literal>identity_uri</literal> option replaces them.</para>
|
<literal>identity_uri</literal> option replaces them.</para>
|
||||||
</note>
|
</note>
|
||||||
|
</step>
|
||||||
|
<step>
|
||||||
|
<para>In the <literal>[DEFAULT]</literal> section, configure
|
||||||
|
the <literal>noop</literal> notification driver to disable
|
||||||
|
notifications because they only pertain to the optional
|
||||||
|
Telemetry service:</para>
|
||||||
|
<programlisting language="ini">[DEFAULT]
|
||||||
|
...
|
||||||
|
notification_driver = noop</programlisting>
|
||||||
|
<para>The Telemetry chapter provides a glance configuration
|
||||||
|
that enables notifications.</para>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<para>(Optional) To assist with troubleshooting,
|
<para>(Optional) To assist with troubleshooting,
|
||||||
|
Loading…
Reference in New Issue
Block a user