cinder/cinder/volume
Sean McGinnis 6c9609911d
Fix deprecation escape sequence errors under 3.6
Python 3.6 is more strict about strings containing escape sequences.
We've cleaned up other regex strings but a few sneaked back in. This
converts a few more instances to raw strings to get rid of the escape
warnings.

Change-Id: I102a3b27a2f8e55de117007b183d5c4ad40284fb
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-04 12:20:38 -05:00
..
drivers Fix deprecation escape sequence errors under 3.6 2019-04-04 12:20:38 -05:00
flows Create new image volume cache entry when cloning fails 2019-01-15 06:33:49 -05:00
targets Switch ietadm to use olso.privsep 2019-01-11 13:30:55 +00:00
__init__.py Fix dynamic import of CONF.volume_api_class 2016-02-12 10:50:31 -06:00
api.py Merge "Create volume attachments status check." 2019-03-11 03:20:02 +00:00
configuration.py Add support for shared "backend_defaults" config 2017-07-11 18:58:58 +00:00
driver.py Add get_driver_options method 2019-03-07 09:18:01 -05:00
driver_utils.py Remove log translations 2017-03-19 14:59:57 +00:00
group_types.py handle no default_cgsnapshot_type 2017-11-28 21:55:29 +00:00
manager.py Fix code-block JSON format issues 2019-04-02 17:04:53 -05:00
qos_specs.py [Doc] Handle Sphinx warnings as errors 2017-08-29 16:00:09 -05:00
rpcapi.py Transfer snapshots with volumes 2018-07-19 09:42:43 +08:00
throttling.py Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08:00
utils.py Use excutils.save_and_reraise_exception instead of reraise 2019-03-11 14:17:04 +08:00
volume_migration.py Initiating Cinder Volume Manager with large number of volumes 2019-01-11 08:19:07 -05:00
volume_types.py Fix wrong NotFound in get_by_name_or_id 2018-09-29 09:26:19 +00:00