Remove confusing message about mysql credentials

The Glance installation material contained a note indicating that if
connecting to MySQL fails the user should use the IP address of the
database server instead when specifying the credentials.

Besides being confusing in its wording this note referred to a situation
that the user could not possibly become aware of until starting the
Glance services later in the chapter.

Additionally no such warning is included elsewhere in the guide as its
presumed (via specification in the prerequisites up front) that the user
has set up their /etc/hosts files such that the controller host name will
resolve.

Change-Id: Ic5e6e1820628b0854effe7594b09610d030d0573
Closes-Bug: #1251458
backport:havana
This commit is contained in:
Stephen Gordon 2013-11-20 22:34:03 -05:00
parent 8e54deb0a0
commit 426429b109

View File

@ -139,18 +139,13 @@ IDENTIFIED BY '<replaceable>GLANCE_DBPASS</replaceable>';</userinput></screen>
section.</para>
<programlisting os="ubuntu" language="ini">...
[keystone_authtoken]
auth_host = controller
auth_host = <replaceable>controller</replaceable>
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = GLANCE_PASS
...</programlisting>
<note>
<para>If you cannot connect to the database, use the IP
address instead of the host name in the credentials.</para>
</note>
</step>
<step os="rhel;centos;fedora;opensuse;sles;ubuntu">
<para>Add the credentials to the