diff --git a/nova/console/api.py b/nova/console/api.py index 4327e9b5a541..dd166052f429 100644 --- a/nova/console/api.py +++ b/nova/console/api.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/console/fake.py b/nova/console/fake.py index e87f25a8a459..e97d545eacf9 100644 --- a/nova/console/fake.py +++ b/nova/console/fake.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/console/manager.py b/nova/console/manager.py index 58ac2174b94c..37d695fae68d 100644 --- a/nova/console/manager.py +++ b/nova/console/manager.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/console/xvp.py b/nova/console/xvp.py index 341af1c5752f..9017c55cd1db 100644 --- a/nova/console/xvp.py +++ b/nova/console/xvp.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/consoleauth/__init__.py b/nova/consoleauth/__init__.py index 5923aa0c8e01..85cbac62268e 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 147af6846f52..f43dbfb61fe5 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"); diff --git a/nova/db/sqlalchemy/models.py b/nova/db/sqlalchemy/models.py index 379557f188de..8a3188ffac08 100644 --- a/nova/db/sqlalchemy/models.py +++ b/nova/db/sqlalchemy/models.py @@ -278,7 +278,7 @@ class Instance(BASE, NovaBase): # EC2 disable_api_termination disable_terminate = Column(Boolean(), default=False, nullable=False) - # Openstack compute cell name + # OpenStack compute cell name cell_name = Column(String(255)) diff --git a/nova/flags.py b/nova/flags.py index e88ec7da2a68..3fbee27a7e67 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -272,7 +272,7 @@ global_opts = [ cfg.StrOpt('osapi_compute_link_prefix', default=None, help='Base URL that will be presented to users in links ' - 'to the Openstack Compute API'), + 'to the OpenStack Compute API'), cfg.StrOpt('osapi_glance_link_prefix', default=None, help='Base URL that will be presented to users in links ' diff --git a/nova/ipv6/__init__.py b/nova/ipv6/__init__.py index da4567cfb39f..99ff05356bdb 100644 --- a/nova/ipv6/__init__.py +++ b/nova/ipv6/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/nova/ipv6/api.py b/nova/ipv6/api.py index 8983640e3224..d74e6cd370bb 100644 --- a/nova/ipv6/api.py +++ b/nova/ipv6/api.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/nova/rootwrap/__init__.py b/nova/rootwrap/__init__.py index d6bd39db6637..671d3c173e23 100755 --- a/nova/rootwrap/__init__.py +++ b/nova/rootwrap/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/compute.py b/nova/rootwrap/compute.py index 3da9f46c082d..910ae516dbf4 100755 --- a/nova/rootwrap/compute.py +++ b/nova/rootwrap/compute.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/filters.py b/nova/rootwrap/filters.py index 98880194bacc..a8fd5139b996 100755 --- a/nova/rootwrap/filters.py +++ b/nova/rootwrap/filters.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/network.py b/nova/rootwrap/network.py index f7ae62630c0c..0a93a635bd4c 100755 --- a/nova/rootwrap/network.py +++ b/nova/rootwrap/network.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/volume.py b/nova/rootwrap/volume.py index 469ee8c73123..71049936b686 100755 --- a/nova/rootwrap/volume.py +++ b/nova/rootwrap/volume.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/wrapper.py b/nova/rootwrap/wrapper.py index 5a9c06d523c7..2daeca4d7aa5 100755 --- a/nova/rootwrap/wrapper.py +++ b/nova/rootwrap/wrapper.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/__init__.py b/nova/scheduler/__init__.py index 25078f015160..32e5d4d02954 100644 --- a/nova/scheduler/__init__.py +++ b/nova/scheduler/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/nova/scheduler/api.py b/nova/scheduler/api.py index a1223ab034bb..b01fb11be44d 100644 --- a/nova/scheduler/api.py +++ b/nova/scheduler/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/chance.py b/nova/scheduler/chance.py index fbe36e70371b..1cfc1275a32a 100644 --- a/nova/scheduler/chance.py +++ b/nova/scheduler/chance.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/nova/scheduler/driver.py b/nova/scheduler/driver.py index 2deff42c455a..405406d0b3c4 100644 --- a/nova/scheduler/driver.py +++ b/nova/scheduler/driver.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/nova/scheduler/filter_scheduler.py b/nova/scheduler/filter_scheduler.py index f16c39be9c3c..4894c85636bb 100644 --- a/nova/scheduler/filter_scheduler.py +++ b/nova/scheduler/filter_scheduler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/filters/__init__.py b/nova/scheduler/filters/__init__.py index 406a49119bed..ccc29a7db8d3 100644 --- a/nova/scheduler/filters/__init__.py +++ b/nova/scheduler/filters/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/filters/all_hosts_filter.py b/nova/scheduler/filters/all_hosts_filter.py index d0bce5e56f74..e3d18dda8d76 100644 --- a/nova/scheduler/filters/all_hosts_filter.py +++ b/nova/scheduler/filters/all_hosts_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2012 Openstack, LLC. +# Copyright (c) 2011-2012 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/filters/availability_zone_filter.py b/nova/scheduler/filters/availability_zone_filter.py index 4b6811a57d3b..4589c90e78c5 100644 --- a/nova/scheduler/filters/availability_zone_filter.py +++ b/nova/scheduler/filters/availability_zone_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2012 Openstack, LLC. +# Copyright (c) 2011-2012 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/filters/compute_filter.py b/nova/scheduler/filters/compute_filter.py index 7e99344df667..247e3975303a 100644 --- a/nova/scheduler/filters/compute_filter.py +++ b/nova/scheduler/filters/compute_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/filters/core_filter.py b/nova/scheduler/filters/core_filter.py index fc8bab838fe9..5abcfeec731c 100644 --- a/nova/scheduler/filters/core_filter.py +++ b/nova/scheduler/filters/core_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # Copyright (c) 2012 Justin Santa Barbara # # All Rights Reserved. diff --git a/nova/scheduler/filters/isolated_hosts_filter.py b/nova/scheduler/filters/isolated_hosts_filter.py index a857aee30a32..0d67b7b8021c 100644 --- a/nova/scheduler/filters/isolated_hosts_filter.py +++ b/nova/scheduler/filters/isolated_hosts_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2012 Openstack, LLC. +# Copyright (c) 2011-2012 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/filters/json_filter.py b/nova/scheduler/filters/json_filter.py index 35fdb63603b2..19c80b019ac1 100644 --- a/nova/scheduler/filters/json_filter.py +++ b/nova/scheduler/filters/json_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/filters/ram_filter.py b/nova/scheduler/filters/ram_filter.py index 2ed89fa651da..65889d426b13 100644 --- a/nova/scheduler/filters/ram_filter.py +++ b/nova/scheduler/filters/ram_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # Copyright (c) 2012 Cloudscaling # All Rights Reserved. # diff --git a/nova/scheduler/host_manager.py b/nova/scheduler/host_manager.py index 0adda44e13c6..0f8e09c64947 100644 --- a/nova/scheduler/host_manager.py +++ b/nova/scheduler/host_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/least_cost.py b/nova/scheduler/least_cost.py index 8949b983d340..74ea0765c3e8 100644 --- a/nova/scheduler/least_cost.py +++ b/nova/scheduler/least_cost.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/manager.py b/nova/scheduler/manager.py index a0a34eb723b1..c5b2228e6fa6 100644 --- a/nova/scheduler/manager.py +++ b/nova/scheduler/manager.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/nova/scheduler/multi.py b/nova/scheduler/multi.py index d29370ffd28f..dcc755d225f3 100644 --- a/nova/scheduler/multi.py +++ b/nova/scheduler/multi.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/nova/scheduler/scheduler_options.py b/nova/scheduler/scheduler_options.py index b328cc2abb68..5ae2f1f62760 100644 --- a/nova/scheduler/scheduler_options.py +++ b/nova/scheduler/scheduler_options.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/scheduler/simple.py b/nova/scheduler/simple.py index 40c6607f6988..507d5d9fb121 100644 --- a/nova/scheduler/simple.py +++ b/nova/scheduler/simple.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/nova/tests/api/__init__.py b/nova/tests/api/__init__.py index 6dab802f201a..7e04e7c73b39 100644 --- a/nova/tests/api/__init__.py +++ b/nova/tests/api/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Openstack LLC. +# Copyright 2011 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/api/ec2/__init__.py b/nova/tests/api/ec2/__init__.py index 6dab802f201a..7e04e7c73b39 100644 --- a/nova/tests/api/ec2/__init__.py +++ b/nova/tests/api/ec2/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Openstack LLC. +# Copyright 2011 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/api/openstack/compute/contrib/test_hosts.py b/nova/tests/api/openstack/compute/contrib/test_hosts.py index 5c882293ac3d..76eb77e566af 100644 --- a/nova/tests/api/openstack/compute/contrib/test_hosts.py +++ b/nova/tests/api/openstack/compute/contrib/test_hosts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/image/__init__.py b/nova/tests/image/__init__.py index 6dab802f201a..7e04e7c73b39 100644 --- a/nova/tests/image/__init__.py +++ b/nova/tests/image/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Openstack LLC. +# Copyright 2011 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/image/test_glance.py b/nova/tests/image/test_glance.py index 610f57dec141..d41e874235ac 100644 --- a/nova/tests/image/test_glance.py +++ b/nova/tests/image/test_glance.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Openstack LLC. +# Copyright 2011 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/network/__init__.py b/nova/tests/network/__init__.py index 9db6374968ce..adc4248476a3 100644 --- a/nova/tests/network/__init__.py +++ b/nova/tests/network/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 Openstack LLC. +# Copyright 2012 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/notifier/__init__.py b/nova/tests/notifier/__init__.py index bd862c46a956..3fdfb7550bf9 100644 --- a/nova/tests/notifier/__init__.py +++ b/nova/tests/notifier/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2011 Openstack LLC. +# Copyright 2011 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/rpc/__init__.py b/nova/tests/rpc/__init__.py index 6dab802f201a..7e04e7c73b39 100644 --- a/nova/tests/rpc/__init__.py +++ b/nova/tests/rpc/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Openstack LLC. +# Copyright 2011 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/scheduler/__init__.py b/nova/tests/scheduler/__init__.py index 6dab802f201a..7e04e7c73b39 100644 --- a/nova/tests/scheduler/__init__.py +++ b/nova/tests/scheduler/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Openstack LLC. +# Copyright 2011 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/scheduler/test_host_manager.py b/nova/tests/scheduler/test_host_manager.py index 5e4be3cbc456..77e9d6c23869 100644 --- a/nova/tests/scheduler/test_host_manager.py +++ b/nova/tests/scheduler/test_host_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 Openstack, LLC +# Copyright (c) 2011 OpenStack, LLC # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/test_console.py b/nova/tests/test_console.py index e35e56fdf1fd..0aab49946420 100644 --- a/nova/tests/test_console.py +++ b/nova/tests/test_console.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # diff --git a/nova/vnc/__init__.py b/nova/vnc/__init__.py index 2b23d442e678..6ae0ad4452ef 100644 --- a/nova/vnc/__init__.py +++ b/nova/vnc/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/nova/vnc/xvp_proxy.py b/nova/vnc/xvp_proxy.py index d7775735baf7..5aedfe0fbb3d 100644 --- a/nova/vnc/xvp_proxy.py +++ b/nova/vnc/xvp_proxy.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/vsa/api.py b/nova/vsa/api.py index dbe3607eac8d..01da599b09e4 100644 --- a/nova/vsa/api.py +++ b/nova/vsa/api.py @@ -21,7 +21,7 @@ Handles all requests relating to Virtual Storage Arrays (VSAs). Experimental code. Requires special VSA image. For assistance and guidelines pls contact -Zadara Storage Inc & Openstack community +Zadara Storage Inc & OpenStack community """ from nova import compute