Fixed typos in the example files

Change-Id: I89bf6269f6c88d839ffce08b81b0fe3afe2954b4
This commit is contained in:
Alex Gaynor
2014-06-10 07:31:55 -07:00
parent 01d23227b0
commit 9c45a795c4
8 changed files with 32 additions and 32 deletions

View File

@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
help='The keystone username used for for authentication'
help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
help='The keystone password used for for authentication'
help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
help='The keystone tenant used for for authentication'
help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
help='The keystone endpoint used for for authentication'
help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',

View File

@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
help='The keystone username used for for authentication'
help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
help='The keystone password used for for authentication'
help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
help='The keystone tenant used for for authentication'
help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
help='The keystone endpoint used for for authentication'
help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',

View File

@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
help='The keystone username used for for authentication'
help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
help='The keystone password used for for authentication'
help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
help='The keystone tenant used for for authentication'
help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
help='The keystone endpoint used for for authentication'
help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',

View File

@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
help='The keystone username used for for authentication'
help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
help='The keystone password used for for authentication'
help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
help='The keystone tenant used for for authentication'
help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
help='The keystone endpoint used for for authentication'
help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',

View File

@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
help='The keystone username used for for authentication'
help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
help='The keystone password used for for authentication'
help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
help='The keystone tenant used for for authentication'
help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
help='The keystone endpoint used for for authentication'
help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',

View File

@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
help='The keystone username used for for authentication'
help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
help='The keystone password used for for authentication'
help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
help='The keystone tenant used for for authentication'
help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
help='The keystone endpoint used for for authentication'
help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',

View File

@@ -25,20 +25,20 @@ def parse_args():
)
parser.add_argument(
'--username',
help='The keystone username used for for authentication'
help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
help='The keystone password used for for authentication'
help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
help='The keystone tenant used for for authentication'
help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
help='The keystone endpoint used for for authentication'
help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',

View File

@@ -25,20 +25,20 @@ def parse_args():
)
parser.add_argument(
'--username',
help='The keystone username used for for authentication'
help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
help='The keystone password used for for authentication'
help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
help='The keystone tenant used for for authentication'
help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
help='The keystone endpoint used for for authentication'
help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',