Syntax error in Controller Node SQL Setup

Bug #1282039 reported by Devan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
ZhiQiang Fan

Bug Description

-----------------------------------
Built: 2014-02-01T02:08:38 00:00
git SHA: 6c21ae8135000d53704ca5ab21f9388a3f3c1b1e
URL: http://docs.openstack.org/training-guides/content/lab001-control-node.xml.html
source File: file:/home/jenkins/workspace/openstack-training-guides/doc/training-guides/lab001-control-node.xml
xml:id: lab001-control-node.xml

Controller Node SQL setup line has double mysql>mysql>

Reads:

mysql>mysql>GRANT ALL ON glance.* TO 'glanceUser'@'%' IDENTIFIED BY 'glancePass';

Should be:

mysql>GRANT ALL ON glance.* TO 'glanceUser'@'%' IDENTIFIED BY 'glancePass';

Changed in openstack-manuals:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
status: New → In Progress
Changed in openstack-manuals:
importance: Undecided → Medium
milestone: none → icehouse
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/74666
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=ca9eab9453039c0763aaedb5eae1da7c3251b018
Submitter: Jenkins
Branch: master

commit ca9eab9453039c0763aaedb5eae1da7c3251b018
Author: ZhiQiang Fan <email address hidden>
Date: Wed Feb 19 19:30:44 2014 +0800

    Fix syntax error in controller node sql setup

    The mysql shell command has redundant prompt which leads to incorrect
    sql command, this patch simply removes the unnecessary characters.

    Note, this patch also adds a single space after each prompt character
    '>', this is same to the real mysql shell environment.

    Change-Id: I3980d79dee88dcdf7add541bda59d97bf670be01
    Closes-Bug: #1282039

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.