From f7de8e47c7ec441cc22572056e8a4733ae848def Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 23 Mar 2018 06:05:42 +0800 Subject: [PATCH] fix typos in documentation Change-Id: Ibda7a2505f2a9af9e2a9609d9cf9a45dddfd99f5 --- playbooks/roles/bifrost-create-vm-nodes/defaults/main.yml | 2 +- playbooks/roles/bifrost-ironic-install/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/bifrost-create-vm-nodes/defaults/main.yml b/playbooks/roles/bifrost-create-vm-nodes/defaults/main.yml index dffd613a6..1605d32e9 100644 --- a/playbooks/roles/bifrost-create-vm-nodes/defaults/main.yml +++ b/playbooks/roles/bifrost-create-vm-nodes/defaults/main.yml @@ -29,7 +29,7 @@ test_vm_network_dhcp_end: "192.168.122.254" test_vm_storage_pool: "{{ lookup('env', 'LIBVIRT_STORAGE_POOL') | default('default', true) }}" test_vm_storage_pool_path: "/var/lib/libvirt/images" test_vm_logdir: "/var/log/libvirt/baremetal_logs" -# NOTE(pas-ha) next two are generic values for most OSes, overriden by distro-specifc vars +# NOTE(pas-ha) next two are generic values for most OSes, overridden by distro-specifc vars test_vm_emulator: "/usr/bin/qemu-system-x86_64" test_vm_machine: "pc-1.0" # NOTE(pas-ha) not really tested with non-local qemu connections diff --git a/playbooks/roles/bifrost-ironic-install/defaults/main.yml b/playbooks/roles/bifrost-ironic-install/defaults/main.yml index 08bf5411a..45ac68324 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/main.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/main.yml @@ -141,7 +141,7 @@ inventory_dns: False enable_inspector: true inspector_auth: "noauth" # Deprecated: inspector_auth will be removed in Pike, and is -# overriden when enable_keystone is set to true. +# overridden when enable_keystone is set to true. #inspector_auth: "noauth" inspector_debug: true inspector_manage_firewall: false