I'm getting a number of failures when I run the test suite. ====================================================================== ERROR: test_associate_disassociate_address (nova.tests.test_cloud.CloudTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/soren/src/openstack/nova/nova/nova/tests/test_cloud.py", line 112, in test_associate_disassociate_address public_ip=address) File "/home/soren/src/openstack/nova/nova/nova/api/ec2/cloud.py", line 758, in associate_address self.compute_api.associate_floating_ip(context, instance_id, public_ip) File "/home/soren/src/openstack/nova/nova/nova/compute/api.py", line 501, in associate_floating_ip instance['fixed_ip']) File "/home/soren/src/openstack/nova/nova/nova/network/api.py", line 70, in associate_floating_ip host = fixed_ip['network']['host'] File "/home/soren/src/openstack/nova/nova/nova/db/sqlalchemy/models.py", line 74, in __getitem__ return getattr(self, key) File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/attributes.py", line 163, in __get__ instance_dict(instance)) File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/attributes.py", line 382, in get value = callable_(passive=passive) File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/strategies.py", line 578, in __call__ (mapperutil.state_str(state), self.key) DetachedInstanceError: Parent instance is not bound to a Session; lazy load operation of attribute 'network' cannot proceed ====================================================================== ERROR: test_private_ipv6 (nova.tests.test_network.NetworkTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/soren/src/openstack/nova/nova/nova/tests/test_network.py", line 108, in test_private_ipv6 instance_ref['id']) File "/home/soren/src/openstack/nova/nova/nova/db/api.py", line 361, in instance_get_fixed_address_v6 return IMPL.instance_get_fixed_address_v6(context, instance_id) File "/home/soren/src/openstack/nova/nova/nova/db/sqlalchemy/api.py", line 107, in wrapper return f(*args, **kwargs) File "/home/soren/src/openstack/nova/nova/nova/db/sqlalchemy/api.py", line 810, in instance_get_fixed_address_v6 network_ref = network_get_by_instance(context, instance_id) File "/home/soren/src/openstack/nova/nova/nova/db/sqlalchemy/api.py", line 95, in wrapper raise exception.NotAuthorized() NotAuthorized: None ====================================================================== ERROR: test_static_filters (nova.tests.test_virt.IptablesFirewallTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/soren/src/openstack/nova/nova/nova/tests/test_virt.py", line 306, in test_static_filters out_rules = self.fw.modify_rules(self.in_rules) TypeError: modify_rules() takes exactly 3 arguments (2 given) ====================================================================== FAIL: test_describe_instances (nova.tests.test_cloud.CloudTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/soren/src/openstack/nova/nova/nova/tests/test_cloud.py", line 282, in test_describe_instances ['placement']['availabilityZone'], 'zone1') AssertionError: u'nova' != 'zone1' ====================================================================== FAIL: test_instance_update_state (nova.tests.test_cloud.CloudTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/soren/src/openstack/nova/nova/nova/tests/test_cloud.py", line 305, in test_instance_update_state self.assert_(len(rv['reservationSet']) == 0) AssertionError ====================================================================== FAIL: test_run_terminate (nova.tests.test_compute.ComputeTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/soren/src/openstack/nova/nova/nova/tests/test_compute.py", line 105, in test_run_terminate self.assertEqual(len(instances), 1) AssertionError: 3 != 1 ====================================================================== FAIL: test_authors_up_to_date (nova.tests.test_misc.ProjectTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/soren/src/openstack/nova/nova/nova/tests/test_misc.py", line 53, in test_authors_up_to_date '%r not listed in Authors' % missing) AssertionError: set([u'