summaryrefslogtreecommitdiffstats
path: root/nova/virt
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-08-16 13:34:17 -0500
committerJoe Gordon <jogo@cloudscaling.com>2012-08-17 15:59:32 -0500
commitb0392d3017abc2f991ab774e310d0ae7840e64f8 (patch)
tree56e88133cd31853c8d38a09cc894930aaacd89c7 /nova/virt
parenta10be151ad9f62bb916498c8dae42e4b54dfc779 (diff)
OpenStack capitalization added to HACKING.rst
Along with capitalization fixes to comments in code Change-Id: I72ddc582001f80d954ca5a121903c689f40d08d1
Diffstat (limited to 'nova/virt')
-rw-r--r--nova/virt/powervm/operator.py2
-rw-r--r--nova/virt/xenapi/vm_utils.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/nova/virt/powervm/operator.py b/nova/virt/powervm/operator.py
index 110fae4fb..9503038f2 100644
--- a/nova/virt/powervm/operator.py
+++ b/nova/virt/powervm/operator.py
@@ -100,7 +100,7 @@ class PowerVMOperator(object):
"""
lpar_instances = self._operator.list_lpar_instances()
# We filter out instances that haven't been created
- # via Openstack. Notice that this is fragile and it can
+ # via OpenStack. Notice that this is fragile and it can
# be improved later.
instances = [instance for instance in lpar_instances
if re.search(r'^instance-[0-9]{8}$', instance)]
diff --git a/nova/virt/xenapi/vm_utils.py b/nova/virt/xenapi/vm_utils.py
index ac936d9c4..c5cf81780 100644
--- a/nova/virt/xenapi/vm_utils.py
+++ b/nova/virt/xenapi/vm_utils.py
@@ -2,7 +2,7 @@
# Copyright (c) 2010 Citrix Systems, Inc.
# Copyright 2011 Piston Cloud Computing, Inc.
-# Copyright 2012 Openstack, LLC.
+# Copyright 2012 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