From 97b3998c2c99622f13b5398a84c2851a699a86af Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Thu, 4 Aug 2016 05:14:00 +0000 Subject: [PATCH] Fix some spelling mistakes Change-Id: I4037fa58596094796d8e94f9ab9dcc6c42b32950 --- bifrost/inventory.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bifrost/inventory.py b/bifrost/inventory.py index 276371cf0..9a39acd41 100755 --- a/bifrost/inventory.py +++ b/bifrost/inventory.py @@ -32,12 +32,12 @@ bifrost for local actions such as installing Ironic. The baremetal group contains the hosts defined by the data source along with variables extracted from the data source. The variables are defined on a -per-host level which allows explict actions to be taken based upon the +per-host level which allows explicit actions to be taken based upon the variables. Presently, the base mode of operation reads a CSV file in the format originally utilized by bifrost and returns structured JSON that is -interpretted by Ansible. This has since been extended to support the +interpreted by Ansible. This has since been extended to support the parsing of JSON and YAML data if they are detected in the file. Conceivably, this inventory module can be extended to allow for direct @@ -97,7 +97,7 @@ Utilizing ironic as the data source The functionality exists to allow a user to query an existing ironic installation for the inventory data. This is an advanced feature, -as the node may not have sufficent information to allow for node +as the node may not have sufficient information to allow for node deployment or automated testing, unless DHCP reservations are used. This setting can be invoked by setting the source to "ironic"::