diff --git a/Authors b/Authors index 88285d97..3b2cfe0a 100644 --- a/Authors +++ b/Authors @@ -138,6 +138,7 @@ Masanori Itoh Matt Dietz Matt Stephenson Matthew Hooker +Matthew Joyce Michael Basnight Michael Gundlach Michael Still diff --git a/bin/nova-manage b/bin/nova-manage index a4eaf9d6..60f9d44a 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -463,7 +463,7 @@ class ProjectCommands(object): @args('--file', dest="filename", metavar='', help='File name(Default: 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: rc = self.manager.get_environment_rc(user_id, project_id) except (exception.UserNotFound, exception.ProjectNotFound) as ex: diff --git a/nova/auth/nova_openldap.schema b/nova/auth/nova_openldap.schema index 539a5c42..c46a7c2e 100644 --- a/nova/auth/nova_openldap.schema +++ b/nova/auth/nova_openldap.schema @@ -35,7 +35,7 @@ attributetype ( attributetype ( novaAttrs:4 NAME 'isNovaAdmin' - DESC 'Is user an nova administrator?' + DESC 'Is user a nova administrator?' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE