Guys, Which syntax is correct? --- openstack service create --name keystone*v3* --description "OpenStack Identity v3" identity*v3* openstack endpoint create --region RegionOne --publicurl http://controller-1:5000/v3 --internalurl http://controller-1:5000/v3 --adminurl http://controller-1:35357/v3 identity*v3* --- Is that right? Or should I not use so many "v3" suffix? Like for example: --- openstack service create --name keystone --description "OpenStack Identity" identity openstack endpoint create --region RegionOne --publicurl http://controller-1:5000/v3 --internalurl http://controller-1:5000/v3 --adminurl http://controller-1:35357/v3 identity --- ? Thanks! Thiago -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150710/cf3b3c90/attachment.html>