Minor spellchecking fixes

This commit is contained in:
Anne Gentle
2010-12-20 14:54:27 -06:00
2 changed files with 4 additions and 7 deletions

4
README
View File

@@ -1,7 +1,7 @@
The Choose Your Own Adventure README for Nova: The Choose Your Own Adventure README for Nova:
You have come across a cloud computing fabric controller. It has identified You have come across a cloud computing fabric controller. It has identified
itself as "Nova." It is apparent that it maintains compatability with itself as "Nova." It is apparent that it maintains compatibility with
the popular Amazon EC2 and S3 APIs. the popular Amazon EC2 and S3 APIs.
To monitor it from a distance: follow @novacc on twitter To monitor it from a distance: follow @novacc on twitter
@@ -10,7 +10,7 @@ To tame it for use in your own cloud: read http://nova.openstack.org/getting.sta
To study its anatomy: read http://nova.openstack.org/architecture.html To study its anatomy: read http://nova.openstack.org/architecture.html
To disect it in detail: visit http://code.launchpad.net/nova To dissect it in detail: visit http://code.launchpad.net/nova
To taunt it with its weaknesses: use http://bugs.launchpad.net/nova To taunt it with its weaknesses: use http://bugs.launchpad.net/nova

View File

@@ -335,11 +335,8 @@ class AuthManagerLdapTestCase(AuthManagerTestCase, test.TestCase):
import nova.auth.fakeldap as fakeldap import nova.auth.fakeldap as fakeldap
if FLAGS.flush_db: if FLAGS.flush_db:
logging.info("Flushing datastore") logging.info("Flushing datastore")
try:
r = fakeldap.Store.instance() r = fakeldap.Store.instance()
r.flushdb() r.flushdb()
except:
self.skip = True
class AuthManagerDbTestCase(AuthManagerTestCase, test.TestCase): class AuthManagerDbTestCase(AuthManagerTestCase, test.TestCase):