Removed *.ini configuration steps from Glance chapter

I removed steps involving configuration of *.ini files since Glance
in Icehouse no longer requires editing the latter.

Change-Id: Id952913729677078b47b276a37fc88734a9b2e3f
Closes-Bug: #1287895
This commit is contained in:
Matt Kassawara 2014-03-05 17:43:24 -07:00
parent 0e41b8c047
commit 97a59d1910
1 changed files with 0 additions and 21 deletions

View File

@ -166,27 +166,6 @@ flavor = keystone</programlisting>
</step>
</substeps>
</step>
<step os="rhel;centos;fedora;opensuse;sles;ubuntu">
<para>Add the credentials to the
<filename>/etc/glance/glance-api-paste.ini</filename> and
<filename>/etc/glance/glance-registry-paste.ini</filename>
files.</para>
<para os="centos">On CentOS, you may need to copy these files to the
correct location.</para>
<screen os="centos">
<prompt>#</prompt> <userinput>cp /usr/share/glance/glance-api-dist-paste.ini /etc/glance/glance-api-paste.ini</userinput>
<prompt>#</prompt> <userinput>cp /usr/share/glance/glance-registry-dist-paste.ini /etc/glance/glance-registry-paste.ini</userinput>
</screen>
<para>Edit each file to set the following options in the
<literal>[filter:authtoken]</literal> section and leave
any other existing option as it is.</para>
<programlisting language="ini">[filter:authtoken]
paste.filter_factory=keystoneclient.middleware.auth_token:filter_factory
auth_host=controller
admin_user=glance
admin_tenant_name=service
admin_password=<replaceable>GLANCE_PASS</replaceable></programlisting>
</step>
<step os="rhel;centos;fedora;opensuse;sles;ubuntu">
<para>Register the Image Service with the Identity Service so
that other OpenStack services can locate it. Register the