summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMartin Pavlasek <mpavlase@redhat.com>2014-04-15 17:15:15 +0200
committerMartin Pavlasek <mpavlase@redhat.com>2015-05-21 23:56:25 +0200
commit4c3f2ab56eba799e92e13c103a6cb374efe21f0b (patch)
tree748ee6c8004bb29e119505183352edb292e6cd30 /etc
parent3dd21f3320a4da2ec8f3baee82c5ea37f75a1d4f (diff)
downloadtempest-4c3f2ab56eba799e92e13c103a6cb374efe21f0b.tar.gz
Added test of default domain in Keystone
Default domain is part of Keystone APIv3 domains feature added in Grizzly backward compatibility for APIv2 which is not aware of domain concept. Summary of scope this change: * added new variable 'default_domain_id' in tempest.conf (default value 'default') * new test: default domain must exists (backward compatibility) Change-Id: Ib77d259e2f377ff19e2cf40fa164f42c0669ea56
Diffstat (limited to 'etc')
-rw-r--r--etc/tempest.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 5b15c5ee3..06365a6e8 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -571,6 +571,9 @@
# applies to user and project (string value)
#admin_domain_name = <None>
+# ID of the default domain (string value)
+#default_domain_id = default
+
[identity-feature-enabled]