diff --git a/manifests/keystone.pp b/manifests/keystone.pp index 9af2123f4..eee8e12fd 100644 --- a/manifests/keystone.pp +++ b/manifests/keystone.pp @@ -30,6 +30,11 @@ class openstack_integration::keystone ( service_name => 'httpd', default_domain => $default_domain, using_domain_config => $using_domain_config, + # RDO is now using default value (keystone-paste.ini) + # so we make sure the value is undef for both distros. + # once this patch will be merged, we'll patch puppet-keystone to drop default in params.pp + # and drop this parameter here. + paste_config => 'keystone-paste.ini', } include ::apache class { '::keystone::wsgi::apache': diff --git a/manifests/repos.pp b/manifests/repos.pp index 64264f39f..1d66563ac 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -23,7 +23,7 @@ class openstack_integration::repos { manage_rdo => false, repo_hash => { 'mitaka-current' => { - 'baseurl' => 'https://trunk.rdoproject.org/centos7/d8/94/d89421705607af3db74a839c4ce24299eabf4d47_5eb3a4f1/', + 'baseurl' => 'https://trunk.rdoproject.org/centos7/b4/77/b47704d4dee98cb031c06fed779f1e7c3e4c4dc8_d4d8381d/', 'descr' => 'Mitaka Current', 'gpgcheck' => 'no', 'priority' => 1,