diff --git a/chef/cookbooks/openstack-common/attributes/default.rb b/chef/cookbooks/openstack-common/attributes/default.rb index 703a699..0a39fe3 100644 --- a/chef/cookbooks/openstack-common/attributes/default.rb +++ b/chef/cookbooks/openstack-common/attributes/default.rb @@ -92,7 +92,7 @@ default['openstack']['zypp']['uri'] = 'http://download.opensuse.org/repositories default['openstack']['yum']['rdo_enabled'] = true default['openstack']['yum']['uri'] = 'http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/epel-6' -default['openstack']['yum']['repo-key'] = 'https://raw.githubusercontent.com/redhat-openstack/rdo-release/master/RPM-GPG-KEY-RDO-Icehouse' +# default['openstack']['yum']['repo-key'] = 'https://raw.githubusercontent.com/redhat-openstack/rdo-release/master/RPM-GPG-KEY-RDO-Icehouse' # ======================== OpenStack Endpoints ================================ # diff --git a/chef/cookbooks/openstack-common/recipes/default.rb b/chef/cookbooks/openstack-common/recipes/default.rb index 5ea8923..af9dbb2 100644 --- a/chef/cookbooks/openstack-common/recipes/default.rb +++ b/chef/cookbooks/openstack-common/recipes/default.rb @@ -51,9 +51,10 @@ when 'rhel' yum_repository "RDO-#{node['openstack']['release']}" do description "OpenStack RDO repo for #{node['openstack']['release']}" - gpgkey node['openstack']['yum']['repo-key'] + # gpgkey node['openstack']['yum']['repo-key'] baseurl node['openstack']['yum']['uri'] enabled true + gpgcheck false action repo_action end