Fixes typos in project files

Reasons:
- There are few spelling typos in project
  files which should be corrected.

Change:
- Fixes the identified typos.

Change-Id: I36ee3a0cb742d69e07806b8c8629b0d0da6acc96
Closes-Bug: #1260807
This commit is contained in:
Sushil Kumar 2013-12-13 17:31:04 +00:00
parent 31fa6a1915
commit 171c9e9b0a
3 changed files with 6 additions and 6 deletions

View File

@ -71,7 +71,7 @@ function cmd_build_image() {
readonly VM_PATH_NAME=${VM_PATH}/${IMAGENAME}
mkdir -p $VM_PATH
# If the path doesnt exist, build it, otherwise just upload it
# If the path does not exist, build it, otherwise just upload it
if [ ! -d $VM_PATH ] || [ `ls -1 $VM_PATH | wc -l` -eq '0' ]
then
build_vm $USERHOME $USERNAME $VM_PATH_NAME $DISTRO $SERVICE_TYPE

View File

@ -4,7 +4,7 @@
###############################################################################
# #
# This script provides all the functionality to run all the steps from #
# setting up the enviornment, resetting the nova database to running the #
# setting up the environment, resetting the nova database to running the #
# test. #
# #
###############################################################################
@ -387,7 +387,7 @@ function upload_image_to_glance() {
TROVE_TENANT=$4
IMAGE_LOC=$5
# Unused since support of multiple datastores added.
# Still need for another datastores in future
# Still need for other datastores in future
SERVICE_TYPE=$6
GLANCE_IMAGEID=`get_glance_id cmd_glance_client image-create \
@ -709,7 +709,7 @@ function cmd_rd_client() {
}
function cmd_rd_mgmt_client() {
# This serves as an example of how to call the Trove managment client script.
# This serves as an example of how to call the Trove management client script.
trove-cli --username=radmin --apikey=radmin --tenant=trove \
--auth_url=http://localhost:35357/v2.0/tokens auth login
trove-mgmt-cli $@

View File

@ -1,5 +1,5 @@
# This file will contain variables such as below, uncommented.
# There will be a : seperator between multiple inflight reviews
# There will be a : separator between multiple inflight reviews
# The path comes from the gerrit review system, and is the only
# unique portion of each gerrit review.
#REVIEW_PYTHON_NOVACLIENT=18/5018/2
#REVIEW_PYTHON_NOVACLIENT=18/5018/2