From b0392d3017abc2f991ab774e310d0ae7840e64f8 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 16 Aug 2012 13:34:17 -0500 Subject: OpenStack capitalization added to HACKING.rst Along with capitalization fixes to comments in code Change-Id: I72ddc582001f80d954ca5a121903c689f40d08d1 --- nova/virt/powervm/operator.py | 2 +- nova/virt/xenapi/vm_utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nova/virt') 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 -- cgit