Remove the duplicated word

Change-Id: Ib16459b1f7c8ef2c0e6612c660e31bfb5f2c74fc
This commit is contained in:
zhulingjie 2018-06-10 17:36:16 -04:00 committed by caoyuan
parent 5fa71aafc9
commit de01705140
3 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@ class tripleo::profile::pacemaker::database::redis (
# redis slave advertise itself as running on a specific
# <localhost:port> that uniquely identifies it. This value is
# used by the master as is, and points the the outgoing stunnel
# used by the master as is, and points the outgoing stunnel
# endpoint to target this slave.
$local_tuple = $replication_tuples.filter |$tuple| {

View File

@ -171,7 +171,7 @@ class tripleo::profile::pacemaker::database::redis_bundle (
# redis slave advertise itself as running on a specific
# <localhost:port> that uniquely identifies it. This value is
# used by the master as is, and points the the outgoing stunnel
# used by the master as is, and points the outgoing stunnel
# endpoint to target this slave.
$local_tuple = $replication_tuples.filter |$tuple| {

View File

@ -46,7 +46,7 @@ describe 'tripleo::profile::base::neutron' do
:dhcp_agents_per_network => 2
})
end
it 'should set the the value' do
it 'should set the value' do
is_expected.to contain_class('neutron').with(:dhcp_agents_per_network => 2)
end
end