← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1747181] Re: install guide: [keystone_authtoken] values for *_domain_name are inconsistent with other instructions

 

Reviewed:  https://review.openstack.org/559505
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=57310ad88f64214869ab1962184e74583e0845b6
Submitter: Zuul
Branch:    master

commit 57310ad88f64214869ab1962184e74583e0845b6
Author: Brian Rosmaita <rosmaita.fossdev@xxxxxxxxx>
Date:   Sat Apr 7 18:02:25 2018 -0400

    Use 'Default' as sample install domain name
    
    The Glance install guide suggests using 'default' as the
    user_domain_name and project_domain_name, whereas the Keystone
    install guide, which people would be consulting earlier, instructs
    the installer to use 'Default'.  Since the name is case-sensitive,
    this is causing problems for first-time installers of OpenStack.
    
    Change-Id: Iade47bcd69b7a2a99b990885a0270c962de282a1
    Closes-bug: #1747181


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

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

Title:
  install guide: [keystone_authtoken] values for *_domain_name are
  inconsistent with other instructions

Status in Glance:
  Fix Released
Status in Glance queens series:
  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:

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

  I'm newbie in OpenStack and trying to install minimal deployment.

  When editing both glance .conf files (api.conf and registry.conf),
  guide advise to fill [keystone_authtoken] section with
  project_domain_name and user_domain_name equal "default" domain (first
  letter lowercase). In previous steps of guide (when configuring
  keystone) we created scripts and tokens for admin and demo users with
  domain name "Default" (first letter uppercase). As a result, when we
  try to create image (as described here -
  https://docs.openstack.org/glance/pike/install/verify.html) we get
  error

      503 Service Unavailable: The server is currently unavailable.
  Please try again at a later time.

  with messages in /var/log/glance/api.log like

      CRITICAL keystonemiddleware.auth_token [-] Unable to validate
  token...

  So, I was advised to do one of the following:
  1) change values project_domain_name and user_domain_name on "Default", or
  2) change name of project_domain_name and user_domain_name on *_domain_id

  and everything works fine with first option.

  glance version: 1:15.0.0-2.el7

  -----------------------------------
  Release: 15.0.1.dev2 on 'Tue Sep 19 08:50:14 2017, commit 06af2eb'
  SHA: 06af2eb5abe0332f7035a7d7c2fbfd19fbc4dae7
  Source: https://git.openstack.org/cgit/openstack/glance/tree/doc/source/install/install-rdo.rst
  URL: https://docs.openstack.org/glance/pike/install/install-rdo.html

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


References