Configuration auth_url Openstack Queens is wrong

Bug #1773585 reported by pablobrunetti
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
neutron
Invalid
Undecided
Unassigned

Bug Description

https://docs.openstack.org/neutron/queens/install/controller-install-ubuntu.html
In configuration [neutron] the url is defined as auth_url = http://controller:35357

https://docs.openstack.org/neutron/queens/install/compute-install-ubuntu.html
In configuration [keystone] the autj_url is defined as auth_url = http://controller:35357 for configure the common component and for configure the compute service to use the networking service.

https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html
According to keystone installation port 35357 is not created as admin_url,as in previous versions (Pike, Ocata ...)

# keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
  --bootstrap-admin-url http://controller:5000/v3/ \
  --bootstrap-internal-url http://controller:5000/v3/ \
  --bootstrap-public-url http://controller:5000/v3/ \
  --bootstrap-region-id RegionOne

I believe it is necessary to change the authentication ports in the official documentation.

Chason Chan (chen-xing)
affects: openstack-manuals → neutron
Revision history for this message
Brian Haley (brian-haley) wrote :

Already fixed.

Changed in neutron:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.