diff options
| author | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-08-25 21:56:45 +0000 |
|---|---|---|
| committer | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-08-25 21:56:45 +0000 |
| commit | 2cf0b67e08e1608bd717ffadd41d5029db2b4a3a (patch) | |
| tree | a7c0e4f75391220ce906c20a72ece22e96b31b94 /nova/tests | |
| parent | 847d6aecb64d7abece4d4f426f26a9561ffb1e51 (diff) | |
Fix glance image authorization check now that glance can do authorization checks on its own; use correct image service when looking for ramdisk, etc.; fix a couple of PEP8 errors
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_ipv6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_ipv6.py b/nova/tests/test_ipv6.py index 04c1b5598..e1ba4aafb 100644 --- a/nova/tests/test_ipv6.py +++ b/nova/tests/test_ipv6.py @@ -48,7 +48,7 @@ class IPv6RFC2462TestCase(test.TestCase): def test_to_global_with_bad_prefix(self): bad_prefix = '82' self.assertRaises(TypeError, ipv6.to_global, - bad_prefix, + bad_prefix, '2001:db8::216:3eff:fe33:4455', 'test') |
