yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72919
[Bug 1771405] Re: Install and configure controller node in Neutron
This was already fixed on the master branch, commit
e1761d2e29cdd93dffe3d39c0b9407b2facaa0c1
** Changed in: neutron
Status: New => Invalid
--
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:
Invalid
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
References