From 1c260fa636378b3649c1815254db2d8d3cb4190c Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 17 Aug 2018 14:26:23 +0800 Subject: [PATCH] Remove the duplicated word Change-Id: If5fe9cb0cbc1f55405da1832d09a210034c5635c --- etc/openstack_deploy/openstack_user_config.yml.example | 4 ++-- .../notes/remove-ceilometer-api-2bada67ecc58e18b.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/openstack_deploy/openstack_user_config.yml.example b/etc/openstack_deploy/openstack_user_config.yml.example index d51bea9005..1e15398884 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.example +++ b/etc/openstack_deploy/openstack_user_config.yml.example @@ -154,7 +154,7 @@ # This interface is optional but highly recommended for vlan based # OpenStack networking. # 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 # file. # @@ -318,7 +318,7 @@ # ip: 172.29.236.103 # # 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 # options are "lxc" and "nspawn". # diff --git a/releasenotes/notes/remove-ceilometer-api-2bada67ecc58e18b.yaml b/releasenotes/notes/remove-ceilometer-api-2bada67ecc58e18b.yaml index e38f23984a..007242701a 100644 --- a/releasenotes/notes/remove-ceilometer-api-2bada67ecc58e18b.yaml +++ b/releasenotes/notes/remove-ceilometer-api-2bada67ecc58e18b.yaml @@ -8,4 +8,4 @@ deprecations: - | The ceilometer API service is now deprecated. OpenStack-Ansible no longer 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.