Merge "Remove unused keystone::python reference"
This commit is contained in:
@@ -34,8 +34,6 @@ class swift::proxy::s3token(
|
|||||||
$auth_protocol = 'http'
|
$auth_protocol = 'http'
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include ::keystone::python
|
|
||||||
|
|
||||||
concat::fragment { 'swift_s3token':
|
concat::fragment { 'swift_s3token':
|
||||||
target => '/etc/swift/proxy-server.conf',
|
target => '/etc/swift/proxy-server.conf',
|
||||||
content => template('swift/proxy/s3token.conf.erb'),
|
content => template('swift/proxy/s3token.conf.erb'),
|
||||||
|
@@ -14,8 +14,6 @@ describe 'swift::proxy::s3token' do
|
|||||||
"/var/lib/puppet/concat/_etc_swift_proxy-server.conf/fragments/28_swift_s3token"
|
"/var/lib/puppet/concat/_etc_swift_proxy-server.conf/fragments/28_swift_s3token"
|
||||||
end
|
end
|
||||||
|
|
||||||
it { is_expected.to contain_class('keystone::python') }
|
|
||||||
|
|
||||||
describe "when using default parameters" do
|
describe "when using default parameters" do
|
||||||
it 'should build the fragment with correct parameters' do
|
it 'should build the fragment with correct parameters' do
|
||||||
verify_contents(catalogue, fragment_file,
|
verify_contents(catalogue, fragment_file,
|
||||||
|
Reference in New Issue
Block a user