From feac29bfd94fab9d4e0a8b6f9dce3f69455f28e9 Mon Sep 17 00:00:00 2001 From: Michael Ionkin Date: Wed, 29 Jun 2016 11:52:28 +0300 Subject: [PATCH] [DOC] improve docs Previous patch [*] was slightly incorrect because 'publicurl' is mandatory parameter in 'openstack endpoint create' command [*] https://review.openstack.org/#/c/332859/ Change-Id: Idcabe03281aaa42aff15816a511880067522ef1a --- doc/source/userdoc/dashboard.guide.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/source/userdoc/dashboard.guide.rst b/doc/source/userdoc/dashboard.guide.rst index 25391f13ce..d74762bb6e 100644 --- a/doc/source/userdoc/dashboard.guide.rst +++ b/doc/source/userdoc/dashboard.guide.rst @@ -49,13 +49,10 @@ Local endpoint example: data_processing_local openstack endpoint create --region RegionOne \ - sahara_local public "http://127.0.0.1:8386/v1.1/%(tenant_id)s" - - openstack endpoint create --region RegionOne \ - sahara_local admin "http://127.0.0.1:8386/v1.1/%(tenant_id)s" - - openstack endpoint create --region RegionOne \ - sahara_local internal "http://127.0.0.1:8386/v1.1/%(tenant_id)s" + --publicurl http://127.0.0.1:8386/v1.1/%\(tenant_id\)s \ + --adminurl http://127.0.0.1:8386/v1.1/%\(tenant_id\)s \ + --internalurl http://127.0.0.1:8386/v1.1/%\(tenant_id\)s \ + data_processing_local .. Then the endpoint name should be changed in ``sahara.py`` under the module of