From bded649fc234bac569cf16370d74944908a9b080 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Mon, 22 Feb 2016 21:11:18 -0700 Subject: [PATCH] Remove unused keystone::python reference This class doesn't do anything useful, the providers are doing the work. Change-Id: I1b6b506acba6510900da633f7eb2ef0f2189a4a3 --- manifests/proxy/s3token.pp | 2 -- spec/classes/swift_proxy_s3token_spec.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/manifests/proxy/s3token.pp b/manifests/proxy/s3token.pp index da2e4175..8b5dff89 100644 --- a/manifests/proxy/s3token.pp +++ b/manifests/proxy/s3token.pp @@ -34,8 +34,6 @@ class swift::proxy::s3token( $auth_protocol = 'http' ) { - include ::keystone::python - concat::fragment { 'swift_s3token': target => '/etc/swift/proxy-server.conf', content => template('swift/proxy/s3token.conf.erb'), diff --git a/spec/classes/swift_proxy_s3token_spec.rb b/spec/classes/swift_proxy_s3token_spec.rb index 8f6793f7..b65a240f 100644 --- a/spec/classes/swift_proxy_s3token_spec.rb +++ b/spec/classes/swift_proxy_s3token_spec.rb @@ -15,8 +15,6 @@ describe 'swift::proxy::s3token' do "/var/lib/puppet/concat/_etc_swift_proxy-server.conf/fragments/28_swift_s3token" end - it { is_expected.to contain_class('keystone::python') } - describe "when using default parameters" do it 'should build the fragment with correct parameters' do verify_contents(catalogue, fragment_file,