Fix typos
Change-Id: Ia9b0410d1ade1abc2d29d3634379b9128016d0e9
This commit is contained in:
parent
003effe1a1
commit
a672bedfc2
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user