<div dir="ltr"><div>Guys,</div><div><br></div><div>Which syntax is correct?<br></div><div><br></div><div>---</div><div>openstack service create --name keystone<b>v3</b> --description "OpenStack Identity v3" identity<b>v3</b></div><div><br></div><div>openstack endpoint create --region RegionOne --publicurl <a href="http://controller-1:5000/v3" target="_blank">http://controller-1:5000/v3</a> --internalurl <a href="http://controller-1:5000/v3" target="_blank">http://controller-1:5000/v3</a> --adminurl <a href="http://controller-1:35357/v3" target="_blank">http://controller-1:35357/v3</a> identity<b>v3</b></div><div>---</div><div><br></div><div>Is that right?</div><div><br></div><div>Or should I not use so many "v3" suffix? Like for example:</div><div><br></div><div>---</div><div>openstack service create --name keystone --description "OpenStack Identity" identity</div><div><br></div><div>openstack endpoint create --region RegionOne --publicurl <a href="http://controller-1:5000/v3" target="_blank">http://controller-1:5000/v3</a> --internalurl <a href="http://controller-1:5000/v3" target="_blank">http://controller-1:5000/v3</a> --adminurl <a href="http://controller-1:35357/v3" target="_blank">http://controller-1:35357/v3</a> identity</div><div>---</div><div><br></div><div>?</div><div><br></div><div>Thanks!</div><div>Thiago</div></div>