RETIRED, further work has moved to Debian project infrastructure
Go to file
Fang Jinxing d7f3fbaad6 refine the sahara installation guide
From the Juno version, we have the OpenStack client to identify
the component.So wo can substitute OpenStack client for keystone
to identify the sahara.
I checked the OpenStackClient commands guide:
https://wiki.openstack.org/wiki/OpenStackClient/Commands#endpoint
The OpenStackClient API version is:API v2.0

The OpenStackClient command is:
os endpoint create
    --publicurl <public-url>
    [--adminurl <admin-url>]
    [--internalurl <internal-url>]
    [--region <endpoint-region>]
    <service>

amd the keystone command is:
keystone endpoint-create
    [--region <endpoint-region>]
    [--service_id <service-id>]
    [--publicurl <public-url>]
    [--adminurl <admin-url>]
    [--internalurl <internal-url>]

Change-Id: I5ac44f009275fc855647bbc626cdf7f7a7026c92
2015-11-10 07:14:33 +00:00
devstack Fixing grenade job 2015-10-19 18:07:38 +03:00
doc/source refine the sahara installation guide 2015-11-10 07:14:33 +00:00
etc Merge "Add CDH test enabling HDFS HA" 2015-11-05 21:19:45 +00:00
sahara Merge "Get Open Ports for Storm" 2015-11-08 21:08:30 +00:00
tools Cleanup config-generator.sahara.conf 2015-10-21 20:19:35 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:55:20 +00:00
.gitignore Cleanup .gitignore 2015-07-21 17:06:42 +03:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:55:37 +04:00
.mailmap Add entry for Yevgen Runts to avoid dup author 2014-09-18 18:06:56 -07:00
.testr.conf Group tests by class 2014-08-04 14:59:13 +04:00
babel.cfg First steps for i18n support 2013-08-26 22:16:45 +04:00
bandit.yaml Bringing the Sahara Bandit config current 2015-10-14 09:41:09 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
HACKING.rst Use jsonutils from oslo.serialization 2015-04-14 12:16:53 +03:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
MANIFEST.in Use api-paste.ini for loading middleware 2015-10-13 16:04:22 +03:00
openstack-common.conf Switch to oslo.service 2015-06-23 15:52:47 +02:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
README.rst Add source url into README.rst 2015-10-24 05:40:07 +00:00
requirements.txt Updated from global requirements 2015-10-28 22:10:39 +00:00
run_tests.sh Fixup 'savanna' references in run_tests.sh 2014-03-20 16:52:42 -04:00
setup.cfg Open Mitaka development 2015-09-25 09:06:36 +02:00
setup.py Updated from global requirements 2015-09-22 03:37:33 +00:00
test-requirements-bandit.txt Adding basic bandit config 2015-04-27 12:04:25 -04:00
test-requirements.txt Updated from global requirements 2015-10-15 00:09:43 +00:00
tox.ini Add script to report uncovered new lines 2015-08-10 18:47:38 +03:00