From 186faf363fb75dd7a2f010b97fb414a89aed292a Mon Sep 17 00:00:00 2001 From: tanlin Date: Thu, 13 Feb 2014 16:20:05 +0800 Subject: [PATCH] Rename Openstack to OpenStack Change-Id: Iacc51d8ad071c3b22b7bb6b21cff972599b59a7b --- etc/nova/api-paste.ini | 2 +- nova/tests/cells/test_cells_weights.py | 2 +- nova/tests/scheduler/test_host_filters.py | 2 +- plugins/xenserver/xenapi/etc/xapi.d/plugins/bittorrent | 2 +- plugins/xenserver/xenapi/etc/xapi.d/plugins/ipxe | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini index 5a0fc66b6461..893e866b0b32 100644 --- a/etc/nova/api-paste.ini +++ b/etc/nova/api-paste.ini @@ -53,7 +53,7 @@ paste.filter_factory = nova.api.ec2:Validator.factory paste.app_factory = nova.api.ec2:Executor.factory ############# -# Openstack # +# OpenStack # ############# [composite:osapi_compute] diff --git a/nova/tests/cells/test_cells_weights.py b/nova/tests/cells/test_cells_weights.py index fc46e10279e0..ba4716e623e4 100644 --- a/nova/tests/cells/test_cells_weights.py +++ b/nova/tests/cells/test_cells_weights.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Openstack Foundation +# Copyright (c) 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/tests/scheduler/test_host_filters.py b/nova/tests/scheduler/test_host_filters.py index 9e706c32f80a..4a3ccfaf492c 100644 --- a/nova/tests/scheduler/test_host_filters.py +++ b/nova/tests/scheduler/test_host_filters.py @@ -780,7 +780,7 @@ class HostFiltersTestCase(test.NoDBTestCase): self.assertFalse(filt_cls.host_passes(host, filter_properties)) def _do_test_compute_filter_extra_specs(self, ecaps, especs, passes): - """In real Openstack runtime environment,compute capabilities + """In real OpenStack runtime environment,compute capabilities value may be number, so we should use number to do unit test. """ self._stub_service_is_up(True) diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/bittorrent b/plugins/xenserver/xenapi/etc/xapi.d/plugins/bittorrent index a3d2769a6bfb..65c257ca4317 100755 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/bittorrent +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/bittorrent @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2012 Openstack Foundation +# Copyright (c) 2012 OpenStack Foundation # # 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/plugins/xenserver/xenapi/etc/xapi.d/plugins/ipxe b/plugins/xenserver/xenapi/etc/xapi.d/plugins/ipxe index a41acb448e81..6217ef50886b 100755 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/ipxe +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/ipxe @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2013 Openstack Foundation +# Copyright (c) 2013 OpenStack Foundation # # 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