Revert "Configure all OpenStack services with default domain"

The resource managed in Juan's patch is ignored. We could force it with spaceship <||> but the right and Puppet way to do it, is with Hiera. I'm reverting this patch and I'll propose another one like I did in my early patchsets with Hiera (and correct parameters this time).

This reverts commit 003e373b04.

Change-Id: I0dcdfe204587dac7922aee0726285e5c4f41aaf5
This commit is contained in:
Emilien Macchi 2017-10-05 17:00:24 +00:00
parent 003e373b04
commit a1f85e84c4
2 changed files with 0 additions and 11 deletions

View File

@ -39,11 +39,6 @@ Keystone::Resource::Service_identity {
default_domain => hiera('keystone_default_domain'),
}
Keystone::Resource::Authtoken {
project_domain_name => hiera('keystone_default_domain'),
user_domain_name => hiera('keystone_default_domain')
}
if count(hiera('ntp::servers')) > 0 {
include ::tripleo::profile::base::time::ntp
}

View File

@ -1,6 +0,0 @@
---
issues:
- |
Keystone v2.0 APIs were removed so we now need to configure
`project_domain_name` and `user_domain_name` to enable v3 API.
We're using the Default domain since it was already in-use.