[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
This commit is contained in:
Michael Ionkin 2016-06-29 11:52:28 +03:00
parent 0840f91f88
commit feac29bfd9
1 changed files with 4 additions and 7 deletions

View File

@ -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