5252f337f4
The config options of the "nova.conf" sections got moved to the new central location "nova/conf/". Otherwise, some modules are still using import_opts method from these sections, instead of CONF.<option>. This patch aim to eliminate all import_opts from below completed sections: - floating_ips - cloudpipe - compute - key_manager - network Change-Id: I7192bf629d3292f9f6501b9d8e3c15545a1f815f Implements: blueprint centralize-config-options-newton