yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55019
[Bug 1596573] Re: warlock 1.3.0 breaks a few gates
Reviewed: https://review.openstack.org/338630
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=d7db97c92605a11e312d17cdcdd8ac363bc10924
Submitter: Jenkins
Branch: master
commit d7db97c92605a11e312d17cdcdd8ac363bc10924
Author: Sabari Kumar Murugesan <smurugesan@xxxxxxxxxx>
Date: Wed Jul 6 18:02:28 2016 -0700
Fix warlock model creation
Commands like glance md-namespace-show <namespace> fail because
of a breaking change in warlock 1.3.0's model creation factory
method.
Warlock introduced a new kwarg 'resolver' in model_factory method
but changed its position with the 'base_class' kwarg. Since we
were calling the model_factory method with positional arg, this
broke the model creation.
Closes-Bug: #1596573
Change-Id: Ic7821f4fdb1b752e0c7ed2bc486299a06bf485c1
** Changed in: python-glanceclient
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1596573
Title:
warlock 1.3.0 breaks a few gates
Status in OpenStack Dashboard (Horizon):
New
Status in python-glanceclient:
Fix Released
Status in python-openstackclient:
Fix Released
Status in OpenStack Search (Searchlight):
New
Bug description:
Our functional test
functional.tests.image.v2.test_image.ImageTests.test_image_unset is
now failing:
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "functional/tests/image/v2/test_image.py", line 71, in test_image_unset
self.openstack('image set --tag 01 ' + self.NAME)
File "functional/common/test.py", line 53, in openstack
return execute('openstack ' + cmd, fail_ok=fail_ok)
File "functional/common/test.py", line 42, in execute result_err)
tempest.lib.exceptions.CommandFailed: Command 'openstack image set --tag 01 7fbbb8c5da634c54aea88473e4e3c16b' returned non-zero exit status 1.
stdout:
stderr:
WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
400 Bad Request
Invalid JSON pointer for this resource: '/tags/0'
(HTTP 400)
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1596573/+subscriptions