summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2011-09-07 22:57:36 -0700
committerChris Behrens <cbehrens@codestud.com>2011-09-07 22:57:36 -0700
commitbc84c1306e9334d4082cadee4dcb5cd14a905afe (patch)
tree0218a698182deb9ba2b057cc607f62c996189d73
parent5426687825cd64adf0524de2808eed1cca15f521 (diff)
downloadnova-bc84c1306e9334d4082cadee4dcb5cd14a905afe.tar.gz
nova-bc84c1306e9334d4082cadee4dcb5cd14a905afe.tar.xz
nova-bc84c1306e9334d4082cadee4dcb5cd14a905afe.zip
pep8 fix for tests/api/openstack/test_servers.py which is an issue in trunk
-rw-r--r--nova/tests/api/openstack/test_servers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py
index 2ef687709..d063a60c2 100644
--- a/nova/tests/api/openstack/test_servers.py
+++ b/nova/tests/api/openstack/test_servers.py
@@ -3615,7 +3615,7 @@ class TestGetKernelRamdiskFromImage(test.TestCase):
self.assertRaises(exception.NotFound, self._get_k_r, image_meta)
def test_ami_no_ramdisk(self):
- """If an ami is missing a ramdisk, return kernel ID and None for
+ """If an ami is missing a ramdisk, return kernel ID and None for
ramdisk ID
"""
image_meta = {'id': 1, 'status': 'active', 'container_format': 'ami',