diff options
Diffstat (limited to 'nova/cert')
| -rw-r--r-- | nova/cert/manager.py | 2 | ||||
| -rw-r--r-- | nova/cert/rpcapi.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/nova/cert/manager.py b/nova/cert/manager.py index d23a15450..0d0e795c7 100644 --- a/nova/cert/manager.py +++ b/nova/cert/manager.py @@ -26,8 +26,8 @@ Cert manager manages x509 certificates. import base64 +from nova import config from nova import crypto -from nova import flags from nova import manager from nova.openstack.common import log as logging diff --git a/nova/cert/rpcapi.py b/nova/cert/rpcapi.py index f6ba11579..7665f544c 100644 --- a/nova/cert/rpcapi.py +++ b/nova/cert/rpcapi.py @@ -19,7 +19,6 @@ Client side of the cert manager RPC API. """ from nova import config -from nova import flags import nova.openstack.common.rpc.proxy CONF = config.CONF |
