OpenStack Manual on Installing Sahara on CentOS7 missing creating database step

Bug #1418654 reported by Michael Le
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
High
Blake Smith

Bug Description

Before creating a database schema described in Step 4, there should be a step to create a database for Sahara.
URL shown below.

Suggest editing the manual to include a new step before the current step 4:

Create a database:

a. Use the database access client to connect to the database server as the root user:

      $ mysql -u root -p

b. Create the sahara database:

      CREATE DATABASE sahara

c. Grant proper access to the sahara database:

    GRANT ALL PRIVILEGES ON sahara.* TO 'sahara'@'localhost' \
      IDENTIFIED BY 'SAHARA_DBPASS';
    GRANT ALL PRIVILEGES ON sahara.* TO 'sahara'@'%' \
      IDENTIFIED BY 'SAHARA_DBPASS';

      Replace SAHARA_DBPASS with a suitable password.

 d. Exit the database access client.

-----------------------------------
Built: 2015-02-03T22:09:51 00:00
git SHA: d5afd21ee01f646893b025a9436a67423bb2b973
URL: http://docs.openstack.org/juno/install-guide/install/yum/content/sahara-install.html
source File: file:/home/jenkins/workspace/openstack-manuals-tox-doc-publishdocs/doc/install-guide/section_sahara-install.xml
xml:id: sahara-install

Tom Fifield (fifieldt)
tags: added: install-guide
Changed in openstack-manuals:
milestone: none → kilo
status: New → Triaged
importance: Undecided → High
tags: added: low-hanging-fruit
Blake Smith (blaksmit)
Changed in openstack-manuals:
assignee: nobody → Blake Smith (blaksmit)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/153717

Changed in openstack-manuals:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

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

commit 4bb075e721e1d161030545ac453a3ce12dc07149
Author: Blake Smith <email address hidden>
Date: Fri Feb 6 16:21:59 2015 -0600

    Add missing database create steps for sahara

    Added missing database create step so that later schema update steps will not fail.

    Change-Id: Iaf383430055ece3e83f9d7de8b518f5ee4f2298f
    Closes-Bug: #1418654

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.