Comment 2 for bug 969598

Revision history for this message
Jason Brittain (jason-brittain) wrote :

The configuration example for the ec2 endpoint on this page shows an incorrect configuration:

http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html

Scroll all the way to the bottom, and look at the very last text table. This is what it currently shows:

+-------------+--------------------------------------------+
| Property | Value |
+-------------+--------------------------------------------+
| adminurl | http://192.168.206.130:8773/services/Cloud |
| id | d2a3d7490c61442f9b2c8c8a2083c4b6 |
| internalurl | http://192.168.206.130:8773/services/Cloud |
| publicurl | http://192.168.206.130:8773/services/Admin |
| region | RegionOne |
| service_id | 7d5258c490144c8c92505267785327c1 |
+-------------+--------------------------------------------+

Specifically, the publicurl field points to the Admin URL, and the adminurl field points to the public URL. Luckily, the command line showing how to configure it correctly sets them.