summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Reshetnyak <sreshetniak@mirantis.com>2015-03-04 15:20:38 +0300
committerSergey Reshetnyak <sreshetniak@mirantis.com>2015-03-06 10:53:54 +0300
commit8c4a2cd1265c86d3493b82cb9d1277a2274f63cf (patch)
tree8382cb86f077a217be43618e8b413431cc1c8657 /doc
parent734cc8b6a2f692ac043c9c61d0a91cda9ffea84b (diff)
downloadhorizon-8c4a2cd1265c86d3493b82cb9d1277a2274f63cf.tar.gz
Replacing data_processing with data-processing
Using data_processing when setting keystone static catalog causes Sahara not to find the endpoint afterwards since keystone translates data_processing to data-processing. Change-Id: I5b253e4f5a0486913c59150d2bafd631f06a8cf1 Partial-bug: #1356053
Diffstat (limited to 'doc')
-rw-r--r--doc/source/ref/local_conf.rst2
-rwxr-xr-xdoc/source/topics/settings.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/ref/local_conf.rst b/doc/source/ref/local_conf.rst
index 03f3855c6..d1f182f75 100644
--- a/doc/source/ref/local_conf.rst
+++ b/doc/source/ref/local_conf.rst
@@ -50,7 +50,7 @@ that Horizon supports in DevStack when `stack.sh` is run.
enable_service q-vpn
# end group
- # enable Sahara (data_processing) Service
+ # enable Sahara (data-processing) Service
enable_service sahara
# enable Trove (database) Service
diff --git a/doc/source/topics/settings.rst b/doc/source/topics/settings.rst
index 063350d07..5b18d3ed7 100755
--- a/doc/source/topics/settings.rst
+++ b/doc/source/topics/settings.rst
@@ -424,7 +424,7 @@ edited.
Default::
{
- "data_processing": 1.1,
+ "data-processing": 1.1,
"identity": 2.0,
"volume": 2
}
@@ -439,7 +439,7 @@ OpenStack dashboard to use a specific API version for a given service API.
use of the decimal point, so valid options would be "2.0" or "3".
For example,
OPENSTACK_API_VERSIONS = {
- "data_processing": 1.1,
+ "data-processing": 1.1,
"identity": 3,
"volume": 2
}