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:
parent
8e54deb0a0
commit
426429b109
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user