cinder/cinder
zhangbailin 234a0784bf Replace http with https for doc links in cinder
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links
For example:
(1)http://docs.openstack.org/admin-guide/blockstorage_nfs_backend.html
->https://docs.openstack.org/cinder/latest/admin/blockstorage-nfs-backend.html
(2)http://docs.openstack.org/oslo.i18n/latest/user/index.html
->https://docs.openstack.org/oslo.i18n/latest/user/index.html
(3)http://docs.openstack.org/ --> https://docs.openstack.org/
(4)http://docs.openstack.org/admin-guide/blockstorage_multi_backend.html
->https://docs.openstack.org/cinder/latest/admin/blockstorage-multi-backend.html

Change-Id: I7fcdc4453cb3bad713c7d770012411701cca742b
Closes-Bug:#1710054
2017-10-17 11:14:01 +08:00
..
api Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
backup Cleanup some todo's for refresh() 2017-10-04 16:16:24 -05:00
brick Add retries to LVM logical volume activation 2017-10-06 10:55:22 -05:00
cmd Use newer location for iso8601 UTC 2017-09-08 07:38:35 -05:00
common Remove Glance v1 API support 2017-09-08 17:13:14 -05:00
compute [DOC BLD FIX] Fix formatting in cinder.compute.nova 2017-07-17 16:09:06 -05:00
consistencygroup Merge "Add quota limit check and enhance roll back for cg create" 2017-03-20 13:13:08 +00:00
db Merge "Add uuid to services entries" 2017-10-05 07:52:54 +00:00
group Merge "Use conditional update for group update and delete" 2017-09-15 18:02:25 +00:00
hacking Add contributor doc on assertEqual vs assertFalse 2017-08-30 17:50:02 +00:00
image Merge "Add ploop to parallels naming conversion" 2017-10-06 20:43:36 +00:00
interface Merge "Add driver interface documentation for list manageable" 2017-08-16 02:33:29 +00:00
keymgr Switch to use key_manager.backend 2017-09-20 12:17:14 -05:00
locale Imported Translations from Zanata 2016-10-15 07:34:30 +00:00
message Fix typo in message for volume creation failure 2017-07-27 14:14:04 -04:00
objects Merge "Fix grammatical mistake, Changed character from "a" to "an"" 2017-08-23 15:55:18 +00:00
policies [policy in code] Add support for message, worker, cluster resources 2017-09-27 15:11:44 +08:00
scheduler Revert status to previous state on extend failure 2017-09-20 17:41:38 +00:00
tests Merge "Remove API check is_valid_body" 2017-10-10 04:24:07 +00:00
transfer Trivial fix typos while reading code 2017-05-04 10:27:57 +07:00
volume Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
wsgi Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
zonemanager Brocade: Add HTTP connection cleanup 2017-10-04 11:40:00 -07:00
__init__.py Set EVENTLET_NO_GREENDNS for IPv6 and dnspython compat 2016-11-11 13:19:07 -06:00
context.py [policy in code] Add support for attachment resource 2017-09-26 03:19:20 +00:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Remove Tegile volume driver 2017-10-08 19:06:33 -05:00
flow_utils.py Fix logging traceback in service logs 2016-12-20 12:39:07 +05:30
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Remove periodic_tasks method from base manager 2017-07-06 12:26:40 +03:00
opts.py Remove Tegile volume driver 2017-10-08 19:06:33 -05:00
policy.py [policy in code] Add support for attachment resource 2017-09-26 03:19:20 +00:00
quota.py Periodic task to clean expired reservation 2017-05-30 22:21:38 +08:00
quota_utils.py Add Generic Volume Group Into Quota Management 2017-05-26 01:43:23 +00:00
rpc.py Remove deprecated oslo_messaging.get_transport 2017-06-13 14:25:38 +07:00
service.py Remove newton-compat upgrade code on service startup 2017-10-09 17:20:54 -04:00
ssh_utils.py Fix SSHPool current_size not work correctly 2017-07-11 10:58:20 +08:00
test.py Merge "[policy in code] Add support for attachment resource" 2017-10-08 11:01:53 +00:00
utils.py Stop using internal `oslo_log.log._loggers` dict 2017-08-24 18:24:00 +02:00
version.py