From 5f2403df8f25ea84c4935df67385293220a4d9f9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sun, 27 Sep 2015 20:21:08 -0400 Subject: [PATCH] scenario001: use Default as Keystone default domain Do not try to use another domain name for default domain. Let's validate our modules with default features and we will iterate later with specific use cases. Change-Id: Iaac6f0feb2ff3f8f35d1ee02309f3b3f01390e97 --- fixtures/scenario001.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fixtures/scenario001.pp b/fixtures/scenario001.pp index 017745eb1..f64a21ad2 100644 --- a/fixtures/scenario001.pp +++ b/fixtures/scenario001.pp @@ -95,7 +95,6 @@ class { '::keystone': admin_token => 'admin_token', enabled => true, service_name => 'httpd', - default_domain => 'default_domain', } include ::apache class { '::keystone::wsgi::apache': @@ -454,7 +453,7 @@ class { '::tempest': admin_username => 'admin', admin_tenant_name => 'openstack', admin_password => 'a_big_secret', - admin_domain_name => 'default_domain', + admin_domain_name => 'Default', auth_version => 'v3', image_name => 'cirros', image_name_alt => 'cirros_alt',