diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2011-09-07 22:57:36 -0700 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2011-09-07 22:57:36 -0700 |
| commit | bc84c1306e9334d4082cadee4dcb5cd14a905afe (patch) | |
| tree | 0218a698182deb9ba2b057cc607f62c996189d73 | |
| parent | 5426687825cd64adf0524de2808eed1cca15f521 (diff) | |
| download | nova-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.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', |
