Activity log for bug #1687202

Date Who What changed Old value New value Message
2017-04-29 14:52:42 Akihiro Motoki bug added bug
2017-04-29 14:56:41 Akihiro Motoki description openstack.tests.functional.network.v2.test_quota.TestQuota.test_set fails with the following error. Note that OS_CLOUD=devstack-admin is used to run the functional tests (tox -e functional) openstack.tests.functional.network.v2.test_quota.TestQuota.test_set ------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "openstack/tests/functional/network/v2/test_quota.py", line 26, in test_set self.conn.network.update_quota(project_quota, **attrs) File "openstack/network/v2/_proxy.py", line 2061, in update_quota return self._update(_quota.Quota, quota, **attrs) File "openstack/proxy2.py", line 37, in check return method(self, expected, actual, *args, **kwargs) File "openstack/proxy2.py", line 174, in _update return res.update(self._session) File "openstack/resource2.py", line 657, in update request = self._prepare_request(prepend_key=prepend_key) File "openstack/network/v2/quota.py", line 63, in _prepare_request prepend_key) File "openstack/resource2.py", line 526, in _prepare_request "Request requires an ID but none was found") openstack.exceptions.InvalidRequest: Request requires an ID but none was found openstack.tests.functional.network.v2.test_quota.TestQuota.test_set fails with the following error. Note that OS_CLOUD=devstack-admin is used to run the functional tests (tox -e functional) openstack.tests.functional.network.v2.test_quota.TestQuota.test_set ------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "openstack/tests/functional/network/v2/test_quota.py", line 26, in test_set self.conn.network.update_quota(project_quota, **attrs) File "openstack/network/v2/_proxy.py", line 2061, in update_quota return self._update(_quota.Quota, quota, **attrs) File "openstack/proxy2.py", line 37, in check return method(self, expected, actual, *args, **kwargs) File "openstack/proxy2.py", line 174, in _update return res.update(self._session) File "openstack/resource2.py", line 657, in update request = self._prepare_request(prepend_key=prepend_key) File "openstack/network/v2/quota.py", line 63, in _prepare_request prepend_key) File "openstack/resource2.py", line 526, in _prepare_request "Request requires an ID but none was found") openstack.exceptions.InvalidRequest: Request requires an ID but none was found
2017-05-04 15:01:41 OpenStack Infra python-openstacksdk: status New Fix Released