nova/nova
Rick Harris a134850886 Catch ldap ImportError
Since the `ldap` module isn't a requirement, we need to guard against it not
being present.

One reason this is needed is that we generate sample configs by walking the
module import tree. If a module isn't importable--because a depenency isn't
met, for example--the module's configs are omitted from the sample config,
requiring the developer to manually add them back.

Fixes bug 1208560

Change-Id: Ie23b7fad118ecadabf7e36703934fa933f4e8c50
2013-08-08 17:38:20 +00:00
..
api Remove unsafe XML parsing 2013-08-08 13:49:45 +02:00
CA
cells Convert pause/unpause to use objects 2013-08-01 17:28:20 -07:00
cert Add rpc client side version control. 2013-06-14 11:38:22 -04:00
cloudpipe Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
cmd Add error checking around host service checking 2013-07-31 10:47:06 -07:00
common Switch to using memorycache from oslo. 2013-03-01 10:24:00 -08:00
compute Merge "remove improper usage of 'assert'" 2013-08-08 04:39:24 +00:00
conductor Add obj_attr_is_set() method to NovaObject 2013-08-01 17:28:20 -07:00
console Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
consoleauth Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
db Pull out instance object handling for use by create also 2013-08-07 08:11:08 -07:00
hacking Use timeutils.utcnow() throughout the code 2013-07-19 16:08:54 +03:00
image Avoid extra glance v2 locations call! 2013-08-06 11:21:24 -04:00
ipv6 Fix and Gate on H303 (no wildcard imports) 2013-07-30 14:34:31 -07:00
keymgr Create key manager interface 2013-07-17 16:44:42 -04:00
locale Imported Translations from Transifex 2013-08-06 19:38:38 +00:00
network Catch ldap ImportError 2013-08-08 17:38:20 +00:00
objects Merge "Add Instance.create()" 2013-08-08 13:26:06 +00:00
objectstore Fix and gate on E125 2013-07-04 08:49:45 +02:00
openstack Remove unsafe XML parsing 2013-08-08 13:49:45 +02:00
scheduler Remove dead capabilities code 2013-08-07 17:48:00 -07:00
servicegroup Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
spice Wrong proxy port in nova.conf for Spice proxy 2013-04-26 01:20:05 +02:00
storage Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
tests Merge "xenapi: remove propagate xenapi_use_agent key" 2013-08-08 17:17:12 +00:00
virt Merge "xenapi: remove propagate xenapi_use_agent key" 2013-08-08 17:17:12 +00:00
vnc Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
volume Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
__init__.py Remove gettext.install() from nova/__init__.py 2013-04-01 13:44:47 -04:00
availability_zones.py Add validation of available_zone during instance create 2013-07-16 23:22:49 -07:00
baserpc.py Add rpc client side version control. 2013-06-14 11:38:22 -04:00
block_device.py Merge "Add basic BDM format validation in the API layer" 2013-07-27 14:57:55 +00:00
config.py Fix nova-manage --version 2013-03-12 13:02:09 +00:00
context.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
crypto.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
exception.py Merge "maint: remove unused exceptions" 2013-08-06 11:40:56 +00:00
filters.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
hooks.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
loadables.py
manager.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
netconf.py Better default for my_ip if 8.8.8.8 is unreachable 2013-06-26 15:10:39 -04:00
notifications.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
paths.py Delete unused bin directory 2013-06-03 11:15:33 -07:00
policy.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
quota.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
safe_utils.py Remove parameters containing passwords from Notifications. 2013-03-05 16:27:29 -04:00
service.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
test.py Merge "Set lock_path in tests" 2013-07-28 14:17:05 +00:00
utils.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
version.py Remove locals() from various places. 2013-07-17 09:30:48 +04:00
weights.py
wsgi.py Enabled hacking check for Python3 compatible print (H233) 2013-07-29 15:26:56 -07:00