Remove the duplicated word

Change-Id: If5fe9cb0cbc1f55405da1832d09a210034c5635c
This commit is contained in:
melissaml
2018-08-17 14:26:23 +08:00
parent e7321a6bff
commit 1c260fa636
2 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@
# This interface is optional but highly recommended for vlan based # This interface is optional but highly recommended for vlan based
# OpenStack networking. # OpenStack networking.
# If no additional network interface is available, a deployer can create # If no additional network interface is available, a deployer can create
# a veth pair, and plug it into the the br-vlan bridge to provide # a veth pair, and plug it into the br-vlan bridge to provide
# this interface. An example could be found in the aio_interfaces.cfg # this interface. An example could be found in the aio_interfaces.cfg
# file. # file.
# #
@@ -318,7 +318,7 @@
# ip: 172.29.236.103 # ip: 172.29.236.103
# #
# List of target hosts on which to deploy shared infrastructure services # List of target hosts on which to deploy shared infrastructure services
# and define the the container_tech for a specific infra node. If this setting # and define the container_tech for a specific infra node. If this setting
# is omitted the inventory generation system will default to "lxc". Accpetable # is omitted the inventory generation system will default to "lxc". Accpetable
# options are "lxc" and "nspawn". # options are "lxc" and "nspawn".
# #

View File

@@ -8,4 +8,4 @@ deprecations:
- | - |
The ceilometer API service is now deprecated. OpenStack-Ansible no longer The ceilometer API service is now deprecated. OpenStack-Ansible no longer
deploys this service. To make queries against metrics, alarms, and/or deploys this service. To make queries against metrics, alarms, and/or
events, please use the the gnocchi, aodh, and panko APIs, respectively. events, please use the gnocchi, aodh, and panko APIs, respectively.