← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1771405] [NEW] Install and configure controller node 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:

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


------------ Issue in neutron.conf
[neutron]
# ...
url = http://controller:9696
auth_url = http://controller:35357***  <---- INCORRECT
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = neutron
password = NEUTRON_PASS
service_metadata_proxy = true
metadata_proxy_shared_secret = METADATA_SECRET
------------ 

*** unable to pass verification with this in place
I was getting auth errors in /var/log/neutron/neutron-server.log when trying to verify neutron operation during installation. I changed this line to:
auth_url = http://controller:5000

just like it is in the glance.conf 
Now installation works and neutron operation verifies ok. 

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.dev9 on 2018-05-10 22:09
SHA: ffa6ce61a0e9103ad173b2b20c2adfbbaa2eea7e
Source: https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/install/controller-install-ubuntu.rst
URL: https://docs.openstack.org/neutron/queens/install/controller-install-ubuntu.html

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  Install and configure controller node 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:

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

  
  ------------ Issue in neutron.conf
  [neutron]
  # ...
  url = http://controller:9696
  auth_url = http://controller:35357***  <---- INCORRECT
  auth_type = password
  project_domain_name = default
  user_domain_name = default
  region_name = RegionOne
  project_name = service
  username = neutron
  password = NEUTRON_PASS
  service_metadata_proxy = true
  metadata_proxy_shared_secret = METADATA_SECRET
  ------------ 

  *** unable to pass verification with this in place
  I was getting auth errors in /var/log/neutron/neutron-server.log when trying to verify neutron operation during installation. I changed this line to:
  auth_url = http://controller:5000

  just like it is in the glance.conf 
  Now installation works and neutron operation verifies ok. 

  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.dev9 on 2018-05-10 22:09
  SHA: ffa6ce61a0e9103ad173b2b20c2adfbbaa2eea7e
  Source: https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/install/controller-install-ubuntu.rst
  URL: https://docs.openstack.org/neutron/queens/install/controller-install-ubuntu.html

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


Follow ups