Activity log for bug #968679

Date Who What changed Old value New value Message
2012-03-29 22:29:15 Lorin Hochstein bug added bug
2012-03-29 22:29:43 Lorin Hochstein description The documentation how to define the keystone endpoint services doesn't have enough detail to tell a user how to set up endpoings for nova, ec2, glance, (swift) and keystone, and the example is incorrect. The example says: : Next, create an endpoint for each service you just created using the id values returned by each service-create command. Here's an example for the nova service endpoint. keystone --token 012345SECRET99TOKEN012345 --endpoint http://192.168.206.130:35357/v2.0 endpoint-create \ --region RegionOne \ --service_id=abc0f03c02904c24abdcc3b7910e2eed \ --publicurl http://192.168.206.130:5000/v2 \ --adminurl http://192.168.206.130:5000/v2 \ --internalurl http://192.168.206.130:5000/v2 The nova service runs on port 8774 by default, not 5000 (that's keystone). I'm not sure what this should actually be. Better would probably be to follow the directions here (and used in devstack) to template-based services: http://www.hastexo.com/resources/docs/installing-openstack-essex-4-ubuntu-1204-precise-pangolin/step-3-install-and-configur The documentation how to define the keystone endpoint services doesn't have enough detail to tell a user how to set up endpoings for nova, ec2, glance, (swift) and keystone, and the example is incorrect. http://docs.openstack.org/trunk/openstack-compute/install/content/defining-services.html The example says: Next, create an endpoint for each service you just created using the id values returned by each service-create command. Here's an example for the nova service endpoint. keystone --token 012345SECRET99TOKEN012345 --endpoint http://192.168.206.130:35357/v2.0 endpoint-create \                        --region RegionOne \                        --service_id=abc0f03c02904c24abdcc3b7910e2eed \                        --publicurl http://192.168.206.130:5000/v2 \                        --adminurl http://192.168.206.130:5000/v2 \                        --internalurl http://192.168.206.130:5000/v2 The nova service runs on port 8774 by default, not 5000 (that's keystone). I'm not sure what this should actually be. Better would probably be to follow the directions here (and used in devstack) to template-based services: http://www.hastexo.com/resources/docs/installing-openstack-essex-4-ubuntu-1204-precise-pangolin/step-3-install-and-configur
2012-03-31 09:07:11 Sergej Domme bug added subscriber Sergej Domme
2012-04-05 05:32:44 Anne Gentle openstack-manuals: status New Confirmed
2012-04-05 05:32:46 Anne Gentle openstack-manuals: importance Undecided Medium
2012-04-05 05:32:50 Anne Gentle openstack-manuals: assignee Anne Gentle (annegentle)
2012-04-05 05:45:51 OpenStack Infra openstack-manuals: status Confirmed In Progress
2012-04-05 17:56:14 OpenStack Infra openstack-manuals: status In Progress Fix Committed
2012-04-09 16:27:23 Anne Gentle openstack-manuals: status Fix Committed Fix Released