Skip to content

Commit

Permalink
Remove an unused config import in nova-compute
Browse files Browse the repository at this point in the history
This patch removes an unused config import from
nova/compute/manager.py

Change-Id: Ic2ecd771bd25a3b8aebc911580bd08aae679b332
  • Loading branch information
tatiebug committed Mar 11, 2015
1 parent e5ed57d commit 588a57f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nova/compute/manager.py
Expand Up @@ -235,7 +235,6 @@
CONF.import_opt('vnc_enabled', 'nova.vnc')
CONF.import_opt('enabled', 'nova.spice', group='spice')
CONF.import_opt('enable', 'nova.cells.opts', group='cells')
CONF.import_opt('image_cache_subdirectory_name', 'nova.virt.imagecache')
CONF.import_opt('image_cache_manager_interval', 'nova.virt.imagecache')
CONF.import_opt('enabled', 'nova.rdp', group='rdp')
CONF.import_opt('html5_proxy_base_url', 'nova.rdp', group='rdp')
Expand Down

0 comments on commit 588a57f

Please sign in to comment.