← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1785025] Re: Install and configure controller node in Neutron

 

Reviewed:  https://review.openstack.org/589907
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=59d178c9de6028016053f2a6958372e14ded386a
Submitter: Zuul
Branch:    master

commit 59d178c9de6028016053f2a6958372e14ded386a
Author: Lajos Katona <lajos.katona@xxxxxxxxxxxx>
Date:   Wed Aug 8 11:21:17 2018 +0200

    Remove -u root as mysql is executed with root user
    
    As openstack installation guides suggest to run mysql with root shell
    user, mysql will not ask for password, so in
    controller-install-*.rst "-u root -p" is useless.
    
    Change-Id: Ib209661f6dcbbdeb158bd1acf343c084f8ed8930
    Closes-Bug: #1785025


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1785025

Title:
  Install and configure controller node in Neutron

Status in neutron:
  Fix Released

Bug description:

  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [x] This doc is inaccurate in this way: ______

  In below part of document:
  "Use the database access client to connect to the database server as the root user:
  $ mysql -u root -p"

  Compared with other project documentation (e.g. initial openstack
  installation, identity, nova), mysql is executed with root shell user.
  By executing using root shell user, mysql will not ask for password.
  and it is inline with other documentation and avoid confusion for new
  user installing openstack.

  so above part should be rewritten as follows:
  "Use the database access client to connect to the database server as the root user:
  # mysql"

  -----------------------------------
  Release: 11.0.6.dev59 on 2018-08-02 00:04
  SHA: 4eb09e7d786913807c81bdbba6cd968f097a88b5
  Source: https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/install/controller-install-ubuntu.rst
  URL: https://docs.openstack.org/neutron/pike/install/controller-install-ubuntu.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1785025/+subscriptions


References