From 0c5273c85ea72d60e5907acb22398584ded0a077 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Wed, 18 Jan 2012 21:04:47 -0800 Subject: Create nova cert worker for x509 support * Adds new worker for cert management * Makes decrypt use an rpc to the worker * Moves CA filesystem creation out of cloud.setup * Moves test for X509 into crypto * Adds test for encrypting and decrypting using cert * Cleans up extra code in cloudpipe * Fixes bug 918563 * Prepares for a future patch that will fix bug 903345 Change-Id: I4693c50c8f432706f97395af39e736f49d60e719 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b63bfde39..d98918968 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,7 @@ setup(name='nova', 'bin/nova-api-metadata', 'bin/nova-api-os-compute', 'bin/nova-api-os-volume', + 'bin/nova-cert', 'bin/nova-compute', 'bin/nova-console', 'bin/nova-consoleauth', -- cgit