← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1794112] [NEW] Install and configure in keystone connection mysql

 

Public bug reported:


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:

- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output. 


[database]
# ...
connection = mysql+pymysql://keystone:KEYSTONE_DBPASS@controller/keystone

should be :

[database]
# ...
connection = mysql+pymysql://keystone:KEYSTONE_DBPASS@localhost/keystone

because mysql daemon listens on 127.0.0.1:3306

With @controller, Identitiy service population silently fails.

Thank you.

If you have a troubleshooting or support issue, use the following
resources:

 - Ask OpenStack: http://ask.openstack.org
 - The mailing list: http://lists.openstack.org
 - IRC: 'openstack' channel on Freenode

-----------------------------------
Release: 13.0.2.dev1 on 2018-09-10 23:21
SHA: 7693b84c0692f9b9ec756c73df7456d87f54f0cb
Source: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source/install/keystone-install-ubuntu.rst
URL: https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html

** Affects: keystone
     Importance: Undecided
         Status: New


** Tags: doc

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1794112

Title:
  Install and configure in keystone connection mysql

Status in OpenStack Identity (keystone):
  New

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:

  - [ ] This doc is inaccurate in this way: ______
  - [ ] This is a doc addition request.
  - [x] I have a fix to the document that I can paste below including example: input and output. 

  
  [database]
  # ...
  connection = mysql+pymysql://keystone:KEYSTONE_DBPASS@controller/keystone

  should be :

  [database]
  # ...
  connection = mysql+pymysql://keystone:KEYSTONE_DBPASS@localhost/keystone

  because mysql daemon listens on 127.0.0.1:3306

  With @controller, Identitiy service population silently fails.

  Thank you.

  If you have a troubleshooting or support issue, use the following
  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  -----------------------------------
  Release: 13.0.2.dev1 on 2018-09-10 23:21
  SHA: 7693b84c0692f9b9ec756c73df7456d87f54f0cb
  Source: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source/install/keystone-install-ubuntu.rst
  URL: https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html

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


Follow ups