42b23e8c84
Closes-Bug: #1249082 Change-Id: I9f68073da5ca25867b2b8c099cce5df34f6a3eec author: diane fleming
32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<section xml:id="ceilometer-install-glance"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|
<title>Add the Image Service agent for the Metering service</title>
|
|
<procedure>
|
|
<step>
|
|
<para>To retrieve image samples, you must configure the Image
|
|
Service to send notifications to the bus. Edit the
|
|
<filename>glance-api.conf</filename> file and change
|
|
<option>notifier_strategy</option> option to
|
|
<literal>rabbit</literal> or <literal>qpid</literal>.
|
|
Restart the <systemitem class="service"
|
|
>glance-api</systemitem> and <systemitem class="service"
|
|
>glance-registry</systemitem> services.</para>
|
|
</step>
|
|
<step os="ubuntu;debian">
|
|
<para>Restart the Image Service with its new settings.</para>
|
|
<screen><prompt>#</prompt> <userinput>service glance-registry restart</userinput>
|
|
<prompt>#</prompt> <userinput>service glance-api restart</userinput></screen>
|
|
</step>
|
|
|
|
<step os="rhel;fedora;centos;opensuse;sles"><para>Restart the <systemitem
|
|
class="service">glance-api</systemitem> and <systemitem
|
|
class="service">glance-registry</systemitem> services.</para>
|
|
<screen os="rhel;fedora;centos;opensuse;sles"><prompt>#</prompt> <userinput>service openstack-glance-api restart</userinput>
|
|
<prompt>#</prompt> <userinput>service openstack-glance-registry restart</userinput></screen>
|
|
</step>
|
|
</procedure>
|
|
</section>
|