Reviewed:  https://review.openstack.org/50963
Committed: 
http://github.com/openstack/nova/commit/7161c62c22ebe609ecaf7e01d2feae473d01495a
Submitter: Jenkins
Branch:    milestone-proposed

commit 7161c62c22ebe609ecaf7e01d2feae473d01495a
Author: Sean Dague <[email protected]>
Date:   Thu Oct 10 07:43:46 2013 -0400

    Add boto special casing for param changes in 2.14
    
    boto 2.14 has some interface changes with the get_http_connection
    call which adds port as a non optional parameter *in the middle of*
    existing non optional parameters. It's a special kind of incompatible
    change.
    
    We are already special casing around boto in the unit tests, lets
    just do more of that if we are running on a newer version.
    
    (cherry picked from commit 1ce493b9e4e0c381146287161ab2a3c75f1fc603)
    
    Co-Authored-By: Dan Smith <[email protected]>
    Closes-bug: #1237944
    Change-Id: If388d872286eca15bf24a582db1bac22224a8b24


** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1237944

Title:
  boto version breaks gating

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Boto version boto==2.14.0 breaks the gate with

  2013-10-10 05:15:05.036 | Traceback (most recent call last):
  2013-10-10 05:15:05.036 |   File 
"/home/jenkins/workspace/gate-nova-python26/nova/tests/test_api.py", line 389, 
in test_group_name_valid_length_security_group
  2013-10-10 05:15:05.036 |     self.expect_http()
  2013-10-10 05:15:05.036 |   File 
"/home/jenkins/workspace/gate-nova-python26/nova/tests/test_api.py", line 246, 
in expect_http
  2013-10-10 05:15:05.037 |     is_secure).AndReturn(self.http)
  2013-10-10 05:15:05.037 |   File 
"/home/jenkins/workspace/gate-nova-python26/.tox/py26/lib/python2.6/site-packages/mox.py",
 line 765, in __call__
  2013-10-10 05:15:05.037 |     return mock_method(*params, **named_params)
  2013-10-10 05:15:05.038 |   File 
"/home/jenkins/workspace/gate-nova-python26/.tox/py26/lib/python2.6/site-packages/mox.py",
 line 998, in __call__
  2013-10-10 05:15:05.038 |     self._checker.Check(params, named_params)
  2013-10-10 05:15:05.038 |   File 
"/home/jenkins/workspace/gate-nova-python26/.tox/py26/lib/python2.6/site-packages/mox.py",
 line 929, in Check
  2013-10-10 05:15:05.039 |     % (' '.join(sorted(still_needed))))
  2013-10-10 05:15:05.039 | AttributeError: No values given for arguments: 
is_secure

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1237944/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to