[Openstack] How to create Keystone v3 Service and Endpoints on Kilo?

Hans Feldt hans.feldt at ericsson.com
Thu Aug 13 08:54:27 UTC 2015


http://docs.openstack.org/developer/keystone/http-api.html

"The simplest, and most ideal, configuration would expose one identity with unversioned endpoints"

/Hans

On 2015-07-11 04:04, Martinx - ジェームズ wrote:
> 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
>
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>





More information about the Openstack mailing list