fix typos in documentation

Change-Id: I640103500fe27e26e5bcbd680dc9be6b032fdea9
This commit is contained in:
melissaml 2018-02-09 23:07:39 +08:00
parent fc5b8879e4
commit f1ef725c3d
2 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ beginning step in the ironic workflow.
As part of hardware fleet lifecycle management, an operator expects to
be able to migrate inventory and control systems for their hardware fleet
utilizing their existing inventory data and allocation records.
Ultimately this means that that an imported host MAY already be allocated
Ultimately this means that an imported host MAY already be allocated
and unavailable for immediate allocation.
For an operator of multiple distinct OpenStack infrastructures, it is
@ -81,7 +81,7 @@ transition instead of pure API logic.
Alternatively, we could craft operator documentation to help assist operators
in directly loading nodes into the ironic database, coupled with the caveats
of doing so, and require that that documentation is updated in lock-step with
of doing so, and require that documentation is updated in lock-step with
any database schema changes.
Data model impact

View File

@ -346,7 +346,7 @@ ansible_extra_args
default_username
Name of the user to use for Ansible when connecting to the ramdisk
over SSH. Default is 'ansible'.
It may be overriden by per-node ``ansible_username`` option
It may be overridden by per-node ``ansible_username`` option
in node's ``driver_info`` field.
default_key_file
@ -356,34 +356,34 @@ default_key_file
ironic-conductor service.
Also note that private keys with password must be pre-loaded
into ``ssh-agent``.
It may be overriden by per-node ``ansible_key_file`` option
It may be overridden by per-node ``ansible_key_file`` option
in node's ``driver_info`` field.
default_deploy_playbook
Path (relative to $playbooks_path or absolute) to the default
playbook used for deployment. Default is 'deploy.yaml'.
It may be overriden by per-node ``ansible_deploy_playbook`` option
It may be overridden by per-node ``ansible_deploy_playbook`` option
in node's ``driver_info`` field.
default_shutdown_playbook
Path (relative to $playbooks_path or absolute) to the default
playbook used for graceful in-band node shutdown.
Default is 'shutdown.yaml'.
It may be overriden by per-node ``ansible_shutdown_playbook`` option
It may be overridden by per-node ``ansible_shutdown_playbook`` option
in node's ``driver_info`` field.
default_clean_playbook
Path (relative to $playbooks_path or absolute) to the default
playbook used for node cleaning.
Default is 'clean.yaml'.
It may be overriden by per-node ``ansible_clean_playbook`` option
It may be overridden by per-node ``ansible_clean_playbook`` option
in node's ``driver_info`` field.
default_clean_steps_config
Path (relative to $playbooks_path or absolute) to the default
auxiliary cleaning steps file used during the node cleaning.
Default is 'clean_steps.yaml'.
It may be overriden by per-node ``ansible_clean_steps_config`` option
It may be overridden by per-node ``ansible_clean_steps_config`` option
in node's ``driver_info`` field.
extra_memory