Remove the duplicated word
Change-Id: I65a4867b883f216dde10482166f9827c498ff083
This commit is contained in:
parent
451e76b5f8
commit
643abd1cde
@ -29,7 +29,7 @@
|
|||||||
# [*service_names*]
|
# [*service_names*]
|
||||||
# (Optional) List of services enabled on the current role.
|
# (Optional) List of services enabled on the current role.
|
||||||
# We may not want to configure a ml2 plugin for a 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.
|
# Check if the required service is enabled from the service list.
|
||||||
# Defaults to hiera('service_names')
|
# Defaults to hiera('service_names')
|
||||||
#
|
#
|
||||||
|
@ -174,7 +174,7 @@ class tripleo::profile::pacemaker::database::redis (
|
|||||||
|
|
||||||
# redis slave advertise itself as running on a specific
|
# redis slave advertise itself as running on a specific
|
||||||
# <localhost:port> that uniquely identifies it. This value is
|
# <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.
|
# endpoint to target this slave.
|
||||||
|
|
||||||
$local_tuple = $replication_tuples.filter |$tuple| {
|
$local_tuple = $replication_tuples.filter |$tuple| {
|
||||||
|
@ -171,7 +171,7 @@ class tripleo::profile::pacemaker::database::redis_bundle (
|
|||||||
|
|
||||||
# redis slave advertise itself as running on a specific
|
# redis slave advertise itself as running on a specific
|
||||||
# <localhost:port> that uniquely identifies it. This value is
|
# <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.
|
# endpoint to target this slave.
|
||||||
|
|
||||||
$local_tuple = $replication_tuples.filter |$tuple| {
|
$local_tuple = $replication_tuples.filter |$tuple| {
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
With the change in https://review.openstack.org/#/c/561784/3 we need to
|
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.
|
||||||
|
@ -46,7 +46,7 @@ describe 'tripleo::profile::base::neutron' do
|
|||||||
:dhcp_agents_per_network => 2
|
:dhcp_agents_per_network => 2
|
||||||
})
|
})
|
||||||
end
|
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)
|
is_expected.to contain_class('neutron').with(:dhcp_agents_per_network => 2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user