Comment 4 for bug 977905

Revision history for this message
koolhead17 (koolhead17) wrote :

keystone service-create --name nova --type compute --description 'OpenStack Compute Service'

other way :--

NOVA_PUBLIC_URL="http://10.130.221.102:8774/v2/\$(tenant_id)s"
NOVA_ADMIN_URL=$NOVA_PUBLIC_URL
NOVA_INTERNAL_URL=$NOVA_PUBLIC_URL
REGION="RegionOne"
ID=$(keystone service-list | grep -i nova | awk '{print $2}')

keystone endpoint-create --region $REGION --service_id $ID --publicurl $NOVA_PUBLIC_URL --adminurl $NOVA_ADMIN_URL --internalurl $NOVA_INTERNAL_URL