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 # 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 # 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 # 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 # before falling back to python2. This will help in the transition from
# python2 based containers to python3. # python2 based containers to python3.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -100,7 +100,7 @@ def create_nova_connection(options):
# the [placement]/os_interface key. # the [placement]/os_interface key.
if 'os_interface' in options and len(options["os_interface"]) == 1: if 'os_interface' in options and len(options["os_interface"]) == 1:
nova_endpoint_type = options["os_interface"][0] 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: # and we need to use 'valid_interfaces' which is a:
# "List of interfaces, in order of preference, for endpoint URL. (list value)" # "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 # Since it is not explicitely set in nova.conf we still keep the check for os_interface

View File

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