cinder/cinder/tests/unit
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 Merge "Refactor API utilities into api_utils.py" 2019-08-15 23:39:59 +00:00
attachments Prevent double-attachment race in attachment_reserve 2019-07-29 12:57:51 -04:00
backup Rollback the quota_usages table when failed to create a incremental backup 2019-08-14 08:53:15 +08:00
brick Revert "Synchronize all LVM operations" 2018-12-18 00:18:41 +00:00
cmd Add Upgrade Check for Drivers Removed in Stein 2019-05-23 17:43:25 +00:00
compute nova: use EndpointNotFound from keystoneauth1 2019-09-03 10:58:59 -04:00
consistencygroup Remove unused CG code 2017-03-19 00:49:10 -04:00
db Compact DB migrations to Queens 2019-05-03 09:45:21 -05:00
glance
group Fix gigabytes usage error when deleting snapshot group 2019-01-21 11:42:00 +01:00
image Pass image_id to ImageDownloadFailed 2019-01-17 21:41:46 +00:00
keymgr Add 'volume_attachment' to volume expected attributes 2018-08-21 17:06:12 +08:00
message Add user messages for some volume snapshot actions 2019-04-26 17:02:05 -04:00
monkey_patch_example
objects Fix DetachedInstanceError for VolumeAttachment 2019-07-31 21:06:21 +02:00
policies Refactor on policy in code 2019-01-15 01:22:37 +00:00
scheduler Introduce config to supplement periodic_interval 2019-04-10 11:27:47 -04:00
targets Fix LVM IPv6 target portals 2019-08-22 18:12:13 +02:00
volume Merge "Dell EMC SC: Handle the mappings of multiattached volume" 2019-08-30 18:26:34 +00:00
windows move smbfs exceptions 2019-05-09 18:53:44 +00:00
zonemanager Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
__init__.py
cast_as_call.py
conf_fixture.py Stop using deprecated rpc_backend option 2018-10-08 20:52:53 +00:00
fake_cluster.py
fake_constants.py Update db from drivers in default groups methods 2017-03-17 11:08:06 -04:00
fake_group.py Update db from drivers in default groups methods 2017-03-17 11:08:06 -04:00
fake_group_snapshot.py Update db from drivers in default groups methods 2017-03-17 11:08:06 -04:00
fake_notifier.py Short-circuit notifications when not enabled 2017-01-30 12:31:45 +01:00
fake_objects.py
fake_service.py Fix migration 112 to use live_data_migration API 2017-10-20 18:24:33 -06:00
fake_snapshot.py
fake_utils.py
fake_volume.py Fix VolumeAttachment is not bound to a Session 2019-03-15 11:29:25 +01:00
policy.json Add policy test for volume extend/retype/update_ro policy 2019-01-15 01:22:24 +00:00
test_api.py
test_api_urlmap.py
test_cleanable_manager.py
test_cmd.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
test_context.py Update oslo.context RequestContext args 2017-11-21 14:56:06 -06:00
test_coordination.py Handle deprecation of inspect.getargspec 2017-11-21 12:57:05 -06:00
test_db_api.py Fix service_uuid migration for volumes with no host 2019-03-21 15:01:39 -04:00
test_db_worker_api.py
test_evaluator.py
test_exception.py Make CinderException format errors fatal for tests 2018-02-06 21:17:17 +00:00
test_fixtures.py Explicitly set expected log level for tests 2017-11-17 16:58:40 -06:00
test_hacking.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
test_image_utils.py Fix "Fix upload volume to glance" 2019-08-14 19:12:05 -04:00
test_interface.py Fix get_driver_options 2019-07-31 20:24:52 +02:00
test_macrosan_drivers.py Add MacroSAN cinder driver 2019-07-25 09:24:11 -05:00
test_manager.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00
test_paginate_query.py Don't use None value for sql query. 2017-02-04 09:31:27 +08:00
test_policy.py Add policy granularity to the encryption API 2018-08-15 09:22:25 -05:00
test_qos_specs.py Move some code out of utils.py 2019-08-26 11:34:20 -04:00
test_quota.py Remove auth_uri usage 2018-08-29 11:46:11 +08:00
test_quota_utils.py Remove auth_uri usage 2018-08-29 11:46:11 +08:00
test_rpc.py Fix notification short-circuit 2017-02-01 17:11:14 +01:00
test_service.py Refresh the Service.service_id after re-spawning children 2019-01-17 10:23:21 +08:00
test_service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
test_setup_profiler.py Use constants for cinder-volume 2017-12-29 09:05:08 +08:00
test_ssh_utils.py Fix invalid function name 2019-04-30 14:12:49 +08:00
test_test.py Fix test_rpc_consumer_isolation for oslo.messaging 5.31.0 2017-09-06 15:12:45 -04:00
test_test_utils.py Update oslo.context RequestContext args 2017-11-21 14:56:06 -06:00
test_utils.py Move some code out of utils.py 2019-08-26 11:34:20 -04:00
test_volume_cleanup.py
test_volume_configuration.py Add support for shared "backend_defaults" config 2017-07-11 18:58:58 +00:00
test_volume_glance_metadata.py
test_volume_throttling.py Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08:00
test_volume_transfer.py Improve volume transfer records 2019-01-14 11:50:43 +08:00
test_volume_types.py Rollback the volume_types table when failed to update quota_usages 2019-04-16 07:15:17 +00:00
test_volume_types_extra_specs.py
test_volume_utils.py Add check_encryption_provider to volume utils 2019-01-22 14:42:56 -05:00
utils.py Move some code out of utils.py 2019-08-26 11:34:20 -04:00