summaryrefslogtreecommitdiff
path: root/doc/source/configuration.rst
diff options
context:
space:
mode:
authorMasayuki Igawa <masayuki.igawa@gmail.com>2016-05-25 10:25:21 +0900
committerMasayuki Igawa <masayuki.igawa@gmail.com>2016-05-25 10:25:21 +0900
commite63cf0fedfd1cc57d256bace54e8052aad4f75cb (patch)
tree48ba1700ed08b51237d28d50f50c65bcfe9f0239 /doc/source/configuration.rst
parentb5eb6512c85a16d1c1b6846408be4ee2f8a483c0 (diff)
downloadtempest-e63cf0fedfd1cc57d256bace54e8052aad4f75cb.tar.gz
Fix docs errors and warnings
This commit fixes docs errors and warnings. However, 'WARNING: nonlocal image URI found' is still remaining because it needs an ugly workaround that is replacing it to raw html. Change-Id: I4524c1ff4126c87979301d0fb8ac7c9eb6f2f708
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r--doc/source/configuration.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index d610dc524..9a7ce1538 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -348,11 +348,14 @@ endpoint type instead of publicURL for a service that these need to be changed.
service catalog should be in a standard format (which is going to be
standardized at the keystone level).
Tempest expects URLs in the Service catalog in the following format:
- * ``http://example.com:1234/<version-info>``
+
+ * ``http://example.com:1234/<version-info>``
+
Examples:
- * Good - ``http://example.com:1234/v2.0``
- * Wouldn’t work - ``http://example.com:1234/xyz/v2.0/``
- (adding prefix/suffix around version etc)
+
+ * Good - ``http://example.com:1234/v2.0``
+ * Wouldn’t work - ``http://example.com:1234/xyz/v2.0/``
+ (adding prefix/suffix around version etc)
Service Feature Configuration
-----------------------------