diff options
| author | Johannes Erdfelt <johannes@compute3.221.st> | 2011-09-07 22:33:59 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes@compute3.221.st> | 2011-09-07 22:33:59 +0000 |
| commit | d046c059ed421cfe901c00d53414dfe20be66c97 (patch) | |
| tree | 00d9c39d242f4c85c3d5aa31a30e12cfa557f78b | |
| parent | 3aa265623cf42a1e94aedbc1ec17656302a36761 (diff) | |
PEP8 cleanup
| -rw-r--r-- | nova/tests/api/openstack/test_servers.py | 2 |
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', |
