Activity log for bug #977905

Date Who What changed Old value New value Message
2012-04-10 09:48:55 Jérôme Gallard bug added bug
2012-04-10 09:49:30 Jérôme Gallard description Hello, In this file : http://docs.openstack.org/trunk/openstack-compute/install/content/defining-services.html the nova endpoint is not well defined. Instead of : 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:8774/v2 \ --adminurl http://192.168.206.130:8774/v2 \ --internalurl http://192.168.206.130:8774/v2 It should be : 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:8774/v2/$(tenant_id)s \ --adminurl http://192.168.206.130:8774/v2$(tenant_id)s \ --internalurl http://192.168.206.130:8774/v2$(tenant_id)s regards, Jérôme Hello, In this file : http://docs.openstack.org/trunk/openstack-compute/install/content/defining-services.html the nova endpoint is not well defined. Instead of : 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:8774/v2 \                        --adminurl http://192.168.206.130:8774/v2 \                        --internalurl http://192.168.206.130:8774/v2 It should be : 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:8774/v2/$(tenant_id)s \                        --adminurl http://192.168.206.130:8774/v2/$(tenant_id)s \                        --internalurl http://192.168.206.130:8774/v2/$(tenant_id)s regards, Jérôme
2012-04-10 14:08:18 Anne Gentle openstack-manuals: assignee Lorin Hochstein (lorinh)
2012-04-10 14:08:21 Anne Gentle openstack-manuals: importance Undecided Medium
2012-04-10 14:08:25 Anne Gentle openstack-manuals: importance Medium High
2012-04-10 14:08:28 Anne Gentle openstack-manuals: status New Confirmed
2012-04-13 01:42:21 Peng Yong bug added subscriber Peng Yong
2012-04-13 19:05:38 Anne Gentle openstack-manuals: assignee Lorin Hochstein (lorinh) Anne Gentle (annegentle)
2012-04-14 01:05:57 OpenStack Infra openstack-manuals: status Confirmed In Progress
2012-04-14 03:55:03 OpenStack Infra openstack-manuals: status In Progress Fix Committed
2012-04-17 14:30:14 Anne Gentle openstack-manuals: status Fix Committed Fix Released