← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1765144] Re: [keystone_authtoken] auth_url = http://controller:35357 port error, it should be 5000

 

Reviewed:  https://review.openstack.org/562812
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=698630e1a432aa1f292fabe8d738a2f5867f73fe
Submitter: Zuul
Branch:    master

commit 698630e1a432aa1f292fabe8d738a2f5867f73fe
Author: Matt Riedemann <mriedem.os@xxxxxxxxx>
Date:   Thu Apr 19 15:43:35 2018 -0400

    Update docs for [keystone_authtoken] changes since Queens
    
    The auth_uri option was deprecated and renamed in Queens:
    
      I0cf11da3d395749df28077427689fdafc8a6b981
    
    The auth_uri option is also no longer necessary, at least
    for the purpose of the nova install guide, since all identity
    service requests can be served through the single auth_url.
    
    This change removes auth_uri usage and also updates the
    auth_url value to match what is in the keystone install
    guide:
    
    https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html
    
    Change-Id: Iff332890cbe1ba5b3876874e351b09c377d8dd5d
    Closes-Bug: #1765144


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

** Changed in: nova/queens
       Status: Confirmed => In Progress

** Changed in: nova/queens
     Assignee: (unassigned) => Matt Riedemann (mriedem)

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

Title:
  [keystone_authtoken]  auth_url = http://controller:35357 port error,
  it should be 5000

Status in OpenStack Compute (nova):
  Fix Released
Status in OpenStack Compute (nova) queens series:
  In Progress

Bug description:
  [api]
  # ...
  auth_strategy = keystone

  [keystone_authtoken]
  # ...
  auth_uri = http://controller:5000
  auth_url = http://controller:35357
  memcached_servers = controller:11211
  auth_type = password
  project_domain_name = default
  user_domain_name = default
  project_name = service
  username = nova
  password = NOVA_PASS

  
  above configuration has the port error, should replace 35357 to 5000

  
  Thanks
  Yufei



  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.
  - [ ] I have a fix to the document that I can paste below including example: input and output. 

  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: 17.0.3.dev13 on 2018-04-17 17:03
  SHA: 991c2926cbcb16dab9cf0ef059b0393b6c895490
  Source: https://git.openstack.org/cgit/openstack/nova/tree/doc/source/install/controller-install-ubuntu.rst
  URL: https://docs.openstack.org/nova/queens/install/controller-install-ubuntu.html

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


References