Activity log for bug #1794309

Date Who What changed Old value New value Message
2018-09-25 14:46:28 Yang Liu bug added bug
2018-09-26 17:34:14 Ghada Khalil starlingx: importance Undecided Low
2018-09-26 17:34:18 Ghada Khalil starlingx: status New Triaged
2018-09-26 17:34:33 Ghada Khalil starlingx: assignee Frank Miller (sensfan22)
2018-09-26 17:34:46 Ghada Khalil tags stx.2019.03 stx.distro.openstack
2018-09-26 18:41:02 Frank Miller starlingx: assignee Frank Miller (sensfan22) Irina Mihai (irina.mihai.wrs)
2018-10-24 21:02:03 Irina Mihai starlingx: status Triaged Fix Released
2018-10-24 21:04:43 Irina Mihai description Brief Description ----------------- Querying cinder volumes using cinder v1 returns 404 resource not found error. [wrsroot@controller-1 ~(keystone_admin)]$ cinder --os-volume-api-version 1 list WARNING:cinderclient.api_versions:Version 1 is deprecated, use alternative version 2 instead. ERROR: The resource could not be found.<br /><br /> (HTTP 404) Severity -------- Minor Steps to Reproduce ------------------ source /etc/nova/openrc cinder --os-volume-api-version 1 list Expected Behavior ------------------ volume list returned Actual Behavior ---------------- WARNING:cinderclient.api_versions:Version 1 is deprecated, use alternative version 2 instead. ERROR: The resource could not be found.<br /><br /> (HTTP 404) Reproducibility --------------- Reproducible System Configuration -------------------- Any Branch/Pull Time/Commit ----------------------- master as of 2018-09-24_20-18-00 Timestamp/Logs -------------- There are no matching error/failure in /var/log/cinder/xxx.log Tracebacks from cinder --os-volume-api-version 1 --debug list: DEBUG:keystoneauth:RESP: [404] Content-Length: 112 Content-Type: application/json Date: Tue, 25 Sep 2018 14:40:26 GMT Connection: keep-alive RESP BODY: {"message": "The resource could not be found.<br /><br />\n\n\n", "code": "404 Not Found", "title": "Not Found"} DEBUG (shell:974) The resource could not be found.<br /><br /> (HTTP 404) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/cinderclient/shell.py", line 969, in main for item in sys.argv[1:]]) File "/usr/lib/python2.7/site-packages/cinderclient/shell.py", line 787, in main args.func(self.cs, args) File "/usr/lib/python2.7/site-packages/cinderclient/v1/shell.py", line 191, in do_list volumes = cs.volumes.list(search_opts=search_opts, limit=args.limit) File "/usr/lib/python2.7/site-packages/cinderclient/v1/volumes.py", line 214, in list "volumes") File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 84, in _list resp, body = self.api.client.get(url) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 199, in get return self._cs_request(url, 'GET', **kwargs) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 190, in _cs_request return self.request(url, method, **kwargs) File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 176, in request raise exceptions.from_response(resp, body) NotFound: The resource could not be found.<br /><br /> (HTTP 404) DEBUG:cinderclient.shell:The resource could not be found.<br /><br /> Brief Description ----------------- Querying cinder volumes using cinder v1 returns 404 resource not found error. [wrsroot@controller-1 ~(keystone_admin)]$ cinder --os-volume-api-version 1 list WARNING:cinderclient.api_versions:Version 1 is deprecated, use alternative version 2 instead. ERROR: The resource could not be found.<br /><br /> (HTTP 404) Severity -------- Minor Steps to Reproduce ------------------ source /etc/nova/openrc cinder --os-volume-api-version 1 list Expected Behavior ------------------ volume list returned Actual Behavior ---------------- WARNING:cinderclient.api_versions:Version 1 is deprecated, use alternative version 2 instead. ERROR: The resource could not be found.<br /><br /> (HTTP 404) Reproducibility --------------- Reproducible System Configuration -------------------- Any Branch/Pull Time/Commit ----------------------- master as of 2018-09-24_20-18-00 Timestamp/Logs -------------- There are no matching error/failure in /var/log/cinder/xxx.log Tracebacks from cinder --os-volume-api-version 1 --debug list: DEBUG:keystoneauth:RESP: [404] Content-Length: 112 Content-Type: application/json Date: Tue, 25 Sep 2018 14:40:26 GMT Connection: keep-alive RESP BODY: {"message": "The resource could not be found.<br /><br />\n\n\n", "code": "404 Not Found", "title": "Not Found"} DEBUG (shell:974) The resource could not be found.<br /><br />  (HTTP 404) Traceback (most recent call last):   File "/usr/lib/python2.7/site-packages/cinderclient/shell.py", line 969, in main     for item in sys.argv[1:]])   File "/usr/lib/python2.7/site-packages/cinderclient/shell.py", line 787, in main     args.func(self.cs, args)   File "/usr/lib/python2.7/site-packages/cinderclient/v1/shell.py", line 191, in do_list     volumes = cs.volumes.list(search_opts=search_opts, limit=args.limit)   File "/usr/lib/python2.7/site-packages/cinderclient/v1/volumes.py", line 214, in list     "volumes")   File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 84, in _list     resp, body = self.api.client.get(url)   File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 199, in get     return self._cs_request(url, 'GET', **kwargs)   File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 190, in _cs_request     return self.request(url, method, **kwargs)   File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 176, in request     raise exceptions.from_response(resp, body) NotFound: The resource could not be found.<br /><br />  (HTTP 404) DEBUG:cinderclient.shell:The resource could not be found.<br /><br />
2019-01-18 21:09:53 Ken Young tags stx.2019.03 stx.distro.openstack stx.2019.05 stx.distro.openstack
2019-04-05 20:38:43 Ken Young tags stx.2019.05 stx.distro.openstack stx.2.0 stx.distro.openstack