Re: [openstack-dev] devstack local.conf file fro sriov pci nic passthrough

2015-05-15 Thread Robert Li (baoli)
Hi, On your controller node, you can add in local.conf: [[post-config|$NOVA_CONF]] [DEFAULT] scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, RamFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter,

Re: [openstack-dev] devstack local.conf file

2014-08-11 Thread Asselin, Ramy
Hi Nikesh, You need to set the enabled_backends in the local.conf file. e.g. [[post-config|$CINDER_CONF]] [DEFAULT] enabled_backends=hp_msa_driver [hp_msa_driver] volume_driver = cinder.volume.drivers.san.hp.hp_msa_fc.HPMSAFCDriver … Ramy From: Nikesh Kumar Mahalka