Merge "Fix typos"

This commit is contained in:
Zuul 2021-07-23 18:44:42 +00:00 committed by Gerrit Code Review
commit 1244861394
3 changed files with 4 additions and 4 deletions

View File

@ -124,7 +124,7 @@ class HandleHost(driver.DriverBase):
LOG.info("Works on pacemaker-remote.")
return 0
# Check whether the neccesary parameters are set.
# Check whether the necessary parameters are set.
if CONF.host.corosync_multicast_interfaces is None or \
CONF.host.corosync_multicast_ports is None:
msg = ("corosync_multicast_interfaces or "

View File

@ -139,7 +139,7 @@ class ParseCibXml(object):
This method gets params of ipmi resource agent(RA) which is set on
resources tag.
The resources tag exsists under the configuration tag.
The resources tag exists under the configuration tag.
And it is assumed that ipmi RA belongs to some resource group.
:params hostname: hostname

View File

@ -21,7 +21,7 @@ How does it work?
- libvirt and QEMU Guest Agent are used as the underlying protocol for
messaging to and from VM.
- The host-side qemu-agent sockets are used to detemine whether VMs are
- The host-side qemu-agent sockets are used to determine whether VMs are
configured with QEMU Guest Agent.
- qemu-guest-ping is used as the monitoring heartbeat.
@ -54,7 +54,7 @@ QEMU Guest Agent Installation notes
Configure masakarimonitors-introspectiveinstancemonitor
----------------------------------------------
#. Clone masakari using::
#. Clone masakari-monitors using::
$ git clone https://github.com/openstack/masakari-monitors.git