Merge lp:~reldan/nova/lp688220 into lp:~hudson-openstack/nova/trunk

Proposed by Eldar Nugaev
Status: Merged
Approved by: Rick Clark
Approved revision: 459
Merged at revision: 464
Proposed branch: lp:~reldan/nova/lp688220
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 21 lines (+2/-0)
2 files modified
Authors (+1/-0)
tools/pip-requires (+1/-0)
To merge this branch: bzr merge lp:~reldan/nova/lp688220
Reviewer Review Type Date Requested Status
Rick Clark (community) Approve
Jonathan Bryce (community) Approve
Soren Hansen (community) Needs Fixing
Anton Panasenko (community) Approve
Vish Ishaya Pending
Review via email: mp+43552@code.launchpad.net

Description of the change

Fix 688220
Added dependency on Twisted>=10.1.0 to pip-requires

To post a comment you must log in.
Revision history for this message
Chmouel Boudjnah (chmouel) wrote :

You will have to add yourself to the Authors file if you want this to be merged.

Revision history for this message
Eldar Nugaev (reldan) wrote :

> You will have to add yourself to the Authors file if you want this to be
> merged.

Thank you! Fixed.

Revision history for this message
Soren Hansen (soren) wrote :

Looks good!

review: Approve
Revision history for this message
Anton Panasenko (apanasenko) wrote :

approve

review: Approve
Revision history for this message
Soren Hansen (soren) wrote :

Actually, the Authors file has been alphabetical so far. Can you move yourself up between Devin and Eric?

review: Needs Fixing
Revision history for this message
Eldar Nugaev (reldan) wrote :

> Actually, the Authors file has been alphabetical so far. Can you move yourself
> up between Devin and Eric?
Thank you, Soren. For your review. I should be more accurate next time.

Revision history for this message
Jonathan Bryce (jbryce) wrote :

lgtm now

review: Approve
Revision history for this message
Rick Clark (dendrobates) wrote :

trivial. approved.

review: Approve
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :
Download full text (14.1 KiB)

The attempt to merge lp:~reldan/nova/lp688220 into lp:nova failed. Below is the output from the failed tests.

nova.tests.access_unittest
  AccessTestCase
    test_001_allow_all ... [OK]
    test_002_allow_none ... [OK]
    test_003_allow_project_manager ... [OK]
    test_004_allow_sys_and_net ... [OK]
nova.tests.api_unittest
  ApiEc2TestCase
    test_authorize_revoke_security_group_cidr ... [OK]
    test_authorize_revoke_security_group_foreign_group ... [OK]
    test_create_delete_security_group ... [OK]
    test_describe_instances ... [OK]
    test_get_all_key_pairs ... [OK]
    test_get_all_security_groups ... [OK]
  XmlConversionTestCase
    test_number_conversion ... [OK]
nova.tests.auth_unittest
  AuthManagerDbTestCase
    test_004_signature_is_valid ... [OK]
    test_005_can_get_credentials ... [OK]
    test_add_user_role_doesnt_infect_project_roles ... [OK]
    test_adding_role_to_project_is_ignored_unless_added_to_user ... [OK]
    test_can_add_and_remove_user_role ... [OK]
    test_can_add_remove_user_with_role ... [OK]
    test_can_add_user_to_project ... [OK]
    test_can_create_and_get_project ... [OK]
    test_can_create_and_get_project_with_attributes ... [OK]
    test_can_create_project_with_manager ... [OK]
    test_can_delete_project ... [OK]
    test_can_delete_user ... [OK]
    test_can_generate_x509 ... [OK]
    test_can_list_project_roles ... [OK]
    test_can_list_projects ... [OK]
    test_can_list_user_roles ... [OK]
    test_can_list_users ... [OK]
    test_can_modify_project ... [OK]
    test_can_modify_users ... [OK]
    test_can_remove_project_role_but_keep_user_role ... [OK]
    test_can_remove_user_from_project ... [OK]
    test_can_remove_user_roles ... [OK]
    test_can_retrieve_project_by_user ... [OK]
    test_create_and_find_user ... [OK]
    test_create_and_find_with_properties ... [OK]
    test_create_project_assigns_manager_to_members ...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Authors'
2--- Authors 2010-12-13 19:34:09 +0000
3+++ Authors 2010-12-15 17:21:29 +0000
4@@ -6,6 +6,7 @@
5 Chmouel Boudjnah <chmouel@chmouel.com>
6 Dean Troyer <dtroyer@gmail.com>
7 Devin Carlen <devin.carlen@gmail.com>
8+Eldar Nugaev <enugaev@griddynamics.com>
9 Eric Day <eday@oddments.org>
10 Ewan Mellor <ewan.mellor@citrix.com>
11 Hisaki Ohara <hisaki.ohara@intel.com>
12
13=== modified file 'tools/pip-requires'
14--- tools/pip-requires 2010-12-08 20:20:44 +0000
15+++ tools/pip-requires 2010-12-15 17:21:29 +0000
16@@ -21,3 +21,4 @@
17 greenlet==0.3.1
18 nose
19 bzr
20+Twisted>=10.1.0
21\ No newline at end of file