Grammar / spelling corrections
Change-Id: Id5b6665a2a40a9bd0830c1a3500b4ad98eec435b
This commit is contained in:
1
Authors
1
Authors
@@ -138,6 +138,7 @@ Masanori Itoh <itoumsn@nttdata.co.jp>
|
|||||||
Matt Dietz <matt.dietz@rackspace.com>
|
Matt Dietz <matt.dietz@rackspace.com>
|
||||||
Matt Stephenson <mattstep@mattstep.net>
|
Matt Stephenson <mattstep@mattstep.net>
|
||||||
Matthew Hooker <matt@cloudscaling.com>
|
Matthew Hooker <matt@cloudscaling.com>
|
||||||
|
Matthew Joyce <matt.joyce@cloudscaling.com>
|
||||||
Michael Basnight <mbasnigh@rackspace.com>
|
Michael Basnight <mbasnigh@rackspace.com>
|
||||||
Michael Gundlach <michael.gundlach@rackspace.com>
|
Michael Gundlach <michael.gundlach@rackspace.com>
|
||||||
Michael Still <mikal@stillhq.com>
|
Michael Still <mikal@stillhq.com>
|
||||||
|
|||||||
@@ -463,7 +463,7 @@ class ProjectCommands(object):
|
|||||||
@args('--file', dest="filename", metavar='<filename>',
|
@args('--file', dest="filename", metavar='<filename>',
|
||||||
help='File name(Default: novarc)')
|
help='File name(Default: novarc)')
|
||||||
def environment(self, project_id, user_id, filename='novarc'):
|
def environment(self, project_id, user_id, filename='novarc'):
|
||||||
"""Exports environment variables to an sourcable file"""
|
"""Exports environment variables to a sourceable file"""
|
||||||
try:
|
try:
|
||||||
rc = self.manager.get_environment_rc(user_id, project_id)
|
rc = self.manager.get_environment_rc(user_id, project_id)
|
||||||
except (exception.UserNotFound, exception.ProjectNotFound) as ex:
|
except (exception.UserNotFound, exception.ProjectNotFound) as ex:
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ attributetype (
|
|||||||
attributetype (
|
attributetype (
|
||||||
novaAttrs:4
|
novaAttrs:4
|
||||||
NAME 'isNovaAdmin'
|
NAME 'isNovaAdmin'
|
||||||
DESC 'Is user an nova administrator?'
|
DESC 'Is user a nova administrator?'
|
||||||
EQUALITY booleanMatch
|
EQUALITY booleanMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
|
||||||
SINGLE-VALUE
|
SINGLE-VALUE
|
||||||
|
|||||||
@@ -473,7 +473,7 @@ class Opt(object):
|
|||||||
metavar:
|
metavar:
|
||||||
the name shown as the argument to a CLI option in --help output
|
the name shown as the argument to a CLI option in --help output
|
||||||
help:
|
help:
|
||||||
an string explaining how the options value is used
|
a string explaining how the options value is used
|
||||||
"""
|
"""
|
||||||
multi = False
|
multi = False
|
||||||
|
|
||||||
|
|||||||
@@ -228,7 +228,7 @@ class SchedulerManagerTestCase(test.TestCase):
|
|||||||
*self.fake_args, **self.fake_kwargs)
|
*self.fake_args, **self.fake_kwargs)
|
||||||
|
|
||||||
def test_run_instance_exception_puts_instance_in_error_state(self):
|
def test_run_instance_exception_puts_instance_in_error_state(self):
|
||||||
"""Test that an NoValidHost exception for run_instance puts
|
"""Test that a NoValidHost exception for run_instance puts
|
||||||
the instance in ERROR state and eats the exception.
|
the instance in ERROR state and eats the exception.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user