Remove the duplicated word

Change-Id: I65a4867b883f216dde10482166f9827c498ff083
This commit is contained in:
malei 2018-08-17 15:47:21 +08:00 committed by melissaml
parent 451e76b5f8
commit 643abd1cde
5 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
# [*service_names*]
# (Optional) List of services enabled on the current role.
# We may not want to configure a ml2 plugin for a role,
# in spite of the fact that it is in the the drivers list.
# in spite of the fact that it is in the drivers list.
# Check if the required service is enabled from the service list.
# Defaults to hiera('service_names')
#

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

@ -2,4 +2,4 @@
fixes:
- |
With the change in https://review.openstack.org/#/c/561784/3 we need to
make sure that the new port range get applied to the the qemu.conf file.
make sure that the new port range get applied to the qemu.conf file.

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