← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1773420] [NEW] Networking Option 1: Provider networks in Neutron

 

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:

- [X] 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. 


When configuring /etc/neutron/neutron.conf the guide says to set the following: -

    [keystone_authtoken]
    # ...
    auth_uri = http://controller:5000
    auth_url = http://controller:35357

however port :35357 has been dropped in Openstack Queens. If you set
auth_url= http://controller:35357, then attempts to use neutron will
fail. e.g.

root@controller:/home/user# openstack network list
HttpException: Unknown error

and the /var/log/neutron/neutron-server.log will report something like:
-

WARNING keystoneauth.identity.generic.base [-] Failed to discover
available identity versions when contacting http://host:35357.
Attempting to parse version from URL.: ConnectFailure: Unable to
establish connection to http://host:35357:
HTTPConnectionPool(host='host', port=35357): Max retries exceeded with
url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection
object at 0x7fe49e2721d0>: Failed to establish a new connection: [Errno
111] ECONNREFUSED',))

I have replaced port :35357 with :5000 and it seems to work, but I am
not sure if this is best practice.


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: 12.0.3.dev16 on 2018-05-24 02:39
SHA: 85de06e2c40bfdc8dee80506f8d1d809a93b900e
Source: https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/install/controller-install-option1-ubuntu.rst
URL: https://docs.openstack.org/neutron/queens/install/controller-install-option1-ubuntu.html

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: doc

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

Title:
  Networking Option 1: Provider networks in Neutron

Status in neutron:
  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: ______
  - [ ] This is a doc addition request.
  - [X] I have a fix to the document that I can paste below including example: input and output. 

  
  When configuring /etc/neutron/neutron.conf the guide says to set the following: -

      [keystone_authtoken]
      # ...
      auth_uri = http://controller:5000
      auth_url = http://controller:35357

  however port :35357 has been dropped in Openstack Queens. If you set
  auth_url= http://controller:35357, then attempts to use neutron will
  fail. e.g.

  root@controller:/home/user# openstack network list
  HttpException: Unknown error

  and the /var/log/neutron/neutron-server.log will report something
  like: -

  WARNING keystoneauth.identity.generic.base [-] Failed to discover
  available identity versions when contacting http://host:35357.
  Attempting to parse version from URL.: ConnectFailure: Unable to
  establish connection to http://host:35357:
  HTTPConnectionPool(host='host', port=35357): Max retries exceeded with
  url: / (Caused by
  NewConnectionError('<urllib3.connection.HTTPConnection object at
  0x7fe49e2721d0>: Failed to establish a new connection: [Errno 111]
  ECONNREFUSED',))

  I have replaced port :35357 with :5000 and it seems to work, but I am
  not sure if this is best practice.

  
  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: 12.0.3.dev16 on 2018-05-24 02:39
  SHA: 85de06e2c40bfdc8dee80506f8d1d809a93b900e
  Source: https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/install/controller-install-option1-ubuntu.rst
  URL: https://docs.openstack.org/neutron/queens/install/controller-install-option1-ubuntu.html

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


Follow ups