nova/nova
Stephen Finucane ddb2b028f1 crypto: Remove unused functions
These top-level functions were not called from anywhere but tests.

- fetch_ca
- ensure_ca_filesystem
- fetch_crl
- decrypt_text
- revoke_certs_by_user
- revoke_certs_by_project
- revoke_certs_by_user_and_project
- generate_x509_cert
- generate_vpn_files

These other functions are used by the above and are no longer used
anywhere.

- ca_folder
- ca_path
- key_path
- crl_path
- revoke_cert
- _project_cert_subject
- _user_cert_subject
- _ensure_project_folder
- sign_csr
- _sign_csr

Tests for these are removed as are a number of scripts found in
'nova/CA', which were only used by the aforementioned functions.

Change-Id: Ie1dadc6bf935f777e0cd0c54a0a21b79545714c5
2018-03-08 10:24:40 +00:00
..
CA
api Merge "Move db MAX constants to own file" 2018-03-07 06:03:44 +00:00
cells Add instance action record for snapshot instances 2017-12-11 17:46:38 +08:00
cmd Remove unused LOG variables 2018-02-27 11:19:48 +00:00
common
compute Merge "Remove compute nodes arg from ProviderTree init" 2018-03-02 17:03:40 +00:00
conductor Merge "Remove MigrationPreCheckClientException" 2018-03-06 23:40:04 +00:00
conf Merge "Remove the deprecated scheduler_driver_task_period option" 2018-02-28 20:45:28 +00:00
console Fix accumulated nits 2018-01-16 14:54:04 +00:00
consoleauth Merge "Remove translation of log messages" 2017-08-10 11:39:03 +00:00
db Move db MAX constants to own file 2018-03-01 11:09:29 +00:00
hacking Add check for redundant import aliases 2018-02-26 14:32:22 +00:00
image Workaround glanceclient bug when CONF.glance.api_servers not set 2018-02-08 09:06:48 -05:00
ipv6
keymgr Remove deprecated keymgr code 2017-09-11 15:48:30 -04:00
locale Imported Translations from Zanata 2018-02-18 06:12:37 +00:00
network Fix grammar error 2018-02-09 17:01:59 +08:00
notifications Merge "Transform instance.resize_prep notification" 2018-01-27 01:36:42 +00:00
objects Remove unused LOG variables 2018-02-27 11:19:48 +00:00
pci trivial: Move __init__ function 2018-02-16 11:39:12 +00:00
policies trivial: Fix few policy doc 2018-02-01 03:04:00 +00:00
privsep Move makefs to privsep 2018-02-28 07:15:08 +11:00
scheduler Make _get_sharing_providers more efficient 2018-02-26 14:08:23 +00:00
servicegroup iso8601.is8601.Utc No Longer Exists 2017-08-29 19:26:55 -04:00
tests crypto: Remove unused functions 2018-03-08 10:24:40 +00:00
virt Merge "Save admin password to sysmeta in libvirt driver" 2018-03-07 01:55:32 +00:00
vnc
volume Add the ability to get absolute limits from Cinder 2018-02-08 19:08:14 -05:00
__init__.py
availability_zones.py
baserpc.py
block_device.py Add uuid column to BlockDeviceMapping 2017-12-17 14:28:35 +00:00
cache_utils.py
config.py
context.py Get auth from context for glance endpoint 2017-11-21 10:26:42 -06:00
crypto.py crypto: Remove unused functions 2018-03-08 10:24:40 +00:00
debugger.py
exception.py Remove MigrationPreCheckClientException 2018-02-09 04:48:30 +08:00
exception_wrapper.py rename binary to source in versioned notifications 2017-07-25 17:36:04 +02:00
filters.py
hooks.py
i18n.py correct referenced url in comments 2018-01-18 09:16:37 +08:00
loadables.py
manager.py
policy.py Add policy granularity to the Flavors API 2017-07-19 15:56:47 -04:00
profiler.py
quota.py Remove unnecessary variables 2018-02-08 10:15:53 +09:00
rpc.py Fix the notification devref location in exception 2018-03-05 17:38:52 +01:00
safe_utils.py Allow wrapping of closures 2017-07-20 10:07:52 +01:00
service.py Add check for redundant import aliases 2018-02-26 14:32:22 +00:00
service_auth.py Fix NoneType error when [service_user] is misconfigured 2017-11-28 12:22:30 -06:00
test.py Reset the _RC_CACHE between tests 2018-02-02 14:40:44 +00:00
utils.py Move makefs to privsep 2018-02-28 07:15:08 +11:00
version.py
weights.py
wsgi.py