Fix typos

Change-Id: Ia9b0410d1ade1abc2d29d3634379b9128016d0e9
This commit is contained in:
Rajesh Tailor 2019-11-12 15:04:20 +05:30
parent 003effe1a1
commit a672bedfc2
10 changed files with 12 additions and 12 deletions

View File

@ -18,7 +18,7 @@
# Unfortunately THT doesn't know which version of python might be in a
# container so we need this script to be able to try python3 or python2
# depending on availability. Since this is a temporary shim until we've
# fully cut over to python3, we check for the existance of python3 first
# fully cut over to python3, we check for the existence of python3 first
# before falling back to python2. This will help in the transition from
# python2 based containers to python3.

View File

@ -407,7 +407,7 @@ outputs:
path: /var/lib/neutron
state: directory
setype: container_file_t
- name: enable virt_sandbox_use_netlink for healtcheck
- name: enable virt_sandbox_use_netlink for healthcheck
seboolean:
name: virt_sandbox_use_netlink
persistent: yes

View File

@ -348,7 +348,7 @@ outputs:
path: /var/lib/neutron
state: directory
setype: container_file_t
- name: enable virt_sandbox_use_netlink for healtcheck
- name: enable virt_sandbox_use_netlink for healthcheck
seboolean:
name: virt_sandbox_use_netlink
persistent: yes

View File

@ -204,7 +204,7 @@ outputs:
path: /var/lib/neutron
state: directory
setype: container_file_t
- - name: enable virt_sandbox_use_netlink for healtcheck
- name: enable virt_sandbox_use_netlink for healthcheck
seboolean:
name: virt_sandbox_use_netlink
persistent: yes

View File

@ -392,7 +392,7 @@ outputs:
service:
name: neutron-cleanup
enabled: yes
- name: enable virt_sandbox_use_netlink for healtcheck
- name: enable virt_sandbox_use_netlink for healthcheck
seboolean:
name: virt_sandbox_use_netlink
persistent: yes

View File

@ -195,7 +195,7 @@ outputs:
host_prep_tasks:
list_concat:
- {get_attr: [NeutronLogging, host_prep_tasks]}
- - name: enable virt_sandbox_use_netlink for healtcheck
- - name: enable virt_sandbox_use_netlink for healthcheck
seboolean:
name: virt_sandbox_use_netlink
persistent: yes

View File

@ -38,7 +38,7 @@ environments:
parameters:
- SshFirewallAllowAll
# TODO(aschultz): hack to pull in this config transport, not sure it is
# still neded.
# still needed.
puppet/controller-role.yaml:
parameters:
- SoftwareConfigTransport
@ -168,7 +168,7 @@ environments:
parameters:
- NtpServer
# TODO(aschultz): hack to pull in this config transport, not sure it is
# still neded.
# still needed.
puppet/controller-role.yaml:
parameters:
- DnsServers

View File

@ -19,7 +19,7 @@ environments:
parameters:
- SshFirewallAllowAll
# TODO(aschultz): hack to pull in this config transport, not sure it is
# still neded.
# still needed.
puppet/controller-role.yaml:
parameters:
- SoftwareConfigTransport

View File

@ -100,7 +100,7 @@ def create_nova_connection(options):
# the [placement]/os_interface key.
if 'os_interface' in options and len(options["os_interface"]) == 1:
nova_endpoint_type = options["os_interface"][0]
# Via https://review.opendev.org/#/c/492247/ os_interface has been deprecatd in queens
# Via https://review.opendev.org/#/c/492247/ os_interface has been deprecated in queens
# and we need to use 'valid_interfaces' which is a:
# "List of interfaces, in order of preference, for endpoint URL. (list value)"
# Since it is not explicitely set in nova.conf we still keep the check for os_interface

View File

@ -21,7 +21,7 @@
vars:
# This variable is set to 9999, so we will not execute actually
# any task. Still, the Ansible interpreter will check for syntax
# issues wich is the intention of this playbook.
# issues which is the intention of this playbook.
step: 9999
# In the future this list should be extended to
# ANSIBLE_TASKS_SECTIONS defined in yaml-validate.py
@ -33,7 +33,7 @@
upgrade_tasks
post_upgrade_tasks
external_upgrade_tasks
# In the future this list shoud be extended to support
# In the future this list should be extended to support
# automatically any role definition in t-h-t/roles/*
# Currently we have a --all option check allservices
# in the resource registry