[Openstack-operators] Cinder V1 endpoints

Salman Toor salman.toor at it.uu.se
Thu Dec 3 15:33:38 UTC 2015


Hi,

In the following link of Kilo document the cinder V1 endpoints have v2 in it.

http://docs.openstack.org/kilo/install-guide/install/yum/content/cinder-install-controller-node.html


openstack endpoint create \
  --publicurl http://controller:8776/v2/%\(tenant_id\)s \
  --internalurl http://controller:8776/v2/%\(tenant_id\)s \
  --adminurl http://controller:8776/v2/%\(tenant_id\)s \
  --region RegionOne \
  volume

Shouldn’t it be like following (colour in RED)


openstack endpoint create \
  --publicurl http://controller:8776/v1/%\(tenant_id\)s \
  --internalurl http://controller:8776/v1/%\(tenant_id\)s \
  --adminurl http://controller:8776/v1/%\(tenant_id\)s \
  --region RegionOne \
  volume

Is that a documentation error? Can someone please confirm?


Thanks in advance.

Regards..
Salman.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20151203/15f4b05e/attachment.html>


More information about the OpenStack-operators mailing list