Thanks!

/Salman.

PhD, Scientific Computing
Researcher, IT Department,
Uppsala University.
Senior Cloud Architect,
SNIC.
Cloud Application Expert,
UPPMAX.
Visiting Researcher,
Helsinki Institute of Physics (HIP).
[email protected]<mailto:[email protected]>
http://www.it.uu.se/katalog/salto690

On 03 Dec 2015, at 17:10, Jesse Keating 
<[email protected]<mailto:[email protected]>> wrote:

Yes, that appears to be a documentation error.


- jlk

On Thu, Dec 3, 2015 at 7:33 AM, Salman Toor 
<[email protected]<mailto:[email protected]>> wrote:
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.



_______________________________________________
OpenStack-operators mailing list
[email protected]<mailto:[email protected]>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators



_______________________________________________
OpenStack-operators mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to