nova/tools/xenserver
Mark McLoughlin e237c86446 Use CONF.import_opt() for nova.config opts
The only reason for importing nova.config now is where one of the
options defined in that file is needed. Rather than importing
nova.config using an import statement, use CONF.import_opt() so
that it is clear which option we actually require.

In future, we will move many options out of nova.config so many
of these import_opt() calls will either go away or cause a module
other than nova.config to be imported.

Change-Id: I0646efddecdf2530903afd50c1f4364cb1d5dce1
2012-11-20 00:04:49 +00:00
..
destroy_cached_images.py Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
stress_test.py Xen: Add race-condition troubleshooting script. 2012-07-25 00:32:24 +00:00
vdi_chain_cleanup.py Update pep8 dependency to v1.1 2012-05-24 06:59:05 -07:00
vm_vdi_cleaner.py Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00