From 426429b109d6b946745f3c15de949e59050ba5c1 Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Wed, 20 Nov 2013 22:34:03 -0500 Subject: [PATCH] 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 --- doc/install-guide/section_glance-install.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/install-guide/section_glance-install.xml b/doc/install-guide/section_glance-install.xml index b7a0a9bddd..c6d0971d64 100644 --- a/doc/install-guide/section_glance-install.xml +++ b/doc/install-guide/section_glance-install.xml @@ -139,18 +139,13 @@ IDENTIFIED BY 'GLANCE_DBPASS'; section. ... [keystone_authtoken] -auth_host = controller +auth_host = controller auth_port = 35357 auth_protocol = http admin_tenant_name = service admin_user = glance admin_password = GLANCE_PASS ... - - If you cannot connect to the database, use the IP - address instead of the host name in the credentials. - - Add the credentials to the