diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-04-10 19:50:54 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-04-10 19:50:54 +0000 |
| commit | e7ab0b062e45602cbb65bdfd08f1dbdbc8ab309e (patch) | |
| tree | 9afbbec119ae1c38d6375aec6197fdb20414524c /nova/tests | |
| parent | 6b8d5eec07307c54c2756a4d3428297880c156bc (diff) | |
| parent | fa291f060980e565e03c4b7c54228cf92628a344 (diff) | |
| download | nova-e7ab0b062e45602cbb65bdfd08f1dbdbc8ab309e.tar.gz nova-e7ab0b062e45602cbb65bdfd08f1dbdbc8ab309e.tar.xz nova-e7ab0b062e45602cbb65bdfd08f1dbdbc8ab309e.zip | |
Merge "Fix typo: libvir => libvirt"
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/fakelibvirt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/fakelibvirt.py b/nova/tests/fakelibvirt.py index 05dce0c76..30c3e4d9c 100644 --- a/nova/tests/fakelibvirt.py +++ b/nova/tests/fakelibvirt.py @@ -508,7 +508,7 @@ class Connection(object): 'test:///default'] if uri not in uri_whitelist: - raise libvirtError("libvir: error : no connection driver " + raise libvirtError("libvirt error: no connection driver " "available for No connection for URI %s" % uri, 5, 0) |
