cinder/cinder
Matt Riedemann 3cef55907b nova: use EndpointNotFound from keystoneauth1
I16e0b6e55a9c9da04c4582f9be672018d37bf368 in python-novaclient 15.0.0
removed the EndpointNotFound class which breaks the cinder unit
test "test_novaclient_exceptions". That test was added with change
Iea3ff0405ef8cf9c5222a489d85f9d135ebd3652 in Ocata after novaclient
7.0.0 removed its service catalog code. The cinder novaclient module
code was updated in I55613793c8f525a36ac74636f47d7ab76f5c7e39 (Pike)
and Ie27f3b528dbfaa57fe354a84a93787e1618182a3 (Pike) to remove the
hacked service catalog code but still checks the service catalog for
an identity endpoint if cinder isn't configured with an auth_url for
talking to nova. That code was raising novaclient.EndpointNotFound
which is now gone, so this change swaps it to use EndpointNotFound
from the keystoneauth1 library instead.

Needed by: https://review.opendev.org/679295/

Change-Id: I4b03beba0f847d779b6f3031be7ac68925cc79f4
Closes-Bug: #1842440
2019-09-03 10:58:59 -04:00
..
api Move some code out of utils.py 2019-08-26 11:34:20 -04:00
backup Rollback the quota_usages table when failed to create a incremental backup 2019-08-14 08:53:15 +08:00
brick Replace 'lvconvert' from rootwrap 2019-02-17 14:33:31 -05:00
cmd Prevent double-attachment race in attachment_reserve 2019-07-29 12:57:51 -04:00
common Replace assert to raise AssertionError 2019-06-05 18:41:21 +03:00
compute nova: use EndpointNotFound from keystoneauth1 2019-09-03 10:58:59 -04:00
db Replace deprecated with_lockmode with with_for_update 2019-06-19 09:58:21 +05:30
group Fix wrong uuid recognized when create group 2018-10-08 09:51:02 +08:00
hacking Fix pylint warning 2018-09-26 21:37:25 -04:00
image Fix "Fix upload volume to glance" 2019-08-14 19:12:05 -04:00
interface Add get_driver_options method 2019-03-07 09:18:01 -05:00
keymgr Fix "import xxx as xxx" grammar 2019-01-23 15:35:53 +08:00
locale Imported Translations from Zanata 2019-07-26 08:24:24 +00:00
message Add user messages for some volume snapshot actions 2019-04-26 17:02:05 -04:00
objects Log exception info when objects fail to init 2019-08-26 15:36:09 +00:00
policies Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
privsep Revert "Remove truncate from rootwrap filters" 2019-03-06 10:08:10 -05:00
scheduler Added information how to use JsonFilter 2019-09-02 10:02:11 +00:00
tests nova: use EndpointNotFound from keystoneauth1 2019-09-03 10:58:59 -04:00
transfer Support transfer pagination 2019-02-01 10:44:23 +08:00
volume Merge "Mark IBM Flashsystem Drivers Unsupported" 2019-09-01 11:58:45 +00:00
wsgi Prevent double-attachment race in attachment_reserve 2019-07-29 12:57:51 -04:00
zonemanager move cisco zonemanager exception 2019-05-20 22:27:32 +00:00
__init__.py
context.py Merge "Add key-manager to sevice catalog" 2019-08-04 20:26:15 +00:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Merge "move Dell EMC SC driver exceptions" 2019-05-29 16:19:01 +00:00
flow_utils.py
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Allow configuring tpool size 2018-03-08 15:59:29 +01:00
opts.py Create Seagate driver from dothill driver 2019-08-16 17:49:15 -06:00
policy.py Correct default policy_file in the sample config 2019-01-15 13:54:17 -05:00
quota.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
quota_utils.py Enable split logging for cinder-keystoneclient interaction 2018-09-26 08:53:30 +00:00
rpc.py Replace assert to raise AssertionError 2019-06-05 18:41:21 +03:00
service.py Refresh the Service.service_id after re-spawning children 2019-01-17 10:23:21 +08:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Stop a connections leak when freeing an SSHPool 2018-02-14 18:16:55 -06:00
test.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
utils.py Move some code out of utils.py 2019-08-26 11:34:20 -04:00
version.py