diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-03-15 16:10:53 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-03-15 16:10:53 -0700 |
| commit | a58a50e060c8f8367b1b74e2bdb6bd804052bfaa (patch) | |
| tree | bfcd846a6bd2766339fa937d7bd39c494b9cdc17 /nova/consoleauth | |
| parent | bb1e383ae328517593ad4757cc168bf58d951111 (diff) | |
| download | nova-a58a50e060c8f8367b1b74e2bdb6bd804052bfaa.tar.gz nova-a58a50e060c8f8367b1b74e2bdb6bd804052bfaa.tar.xz nova-a58a50e060c8f8367b1b74e2bdb6bd804052bfaa.zip | |
Fix OpenStack Capitalization
Openstack => OpenStack
for nova/*py
Change-Id: Ibcfae4776422a515a109e59510fc84f8b63c00b9
Diffstat (limited to 'nova/consoleauth')
| -rw-r--r-- | nova/consoleauth/__init__.py | 2 | ||||
| -rw-r--r-- | nova/consoleauth/manager.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nova/consoleauth/__init__.py b/nova/consoleauth/__init__.py index 5923aa0c8..85cbac622 100644 --- a/nova/consoleauth/__init__.py +++ b/nova/consoleauth/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2012 Openstack, LLC. +# Copyright (c) 2012 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/nova/consoleauth/manager.py b/nova/consoleauth/manager.py index 147af6846..f43dbfb61 100644 --- a/nova/consoleauth/manager.py +++ b/nova/consoleauth/manager.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2012 Openstack, LLC. +# Copyright (c) 2012 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); |
