Re: [Openstack] Wading through nova.conf options

2013-02-20 Thread Samuel Winchenbach
Hi Anne, Thanks for the link! That is very close to what I was looking for. Is there an easy way to tell what the valid options are for a given configuration option? For example: # Driver to use for network creation (string value) #network_driver=nova.network.linux_net Is there way to find th

Re: [Openstack] Wading through nova.conf options

2013-02-20 Thread Anne Gentle
Looks like you found the "reference listings" but really want config info, which I can point you to. As you have noted, you have choices for networking and volumes: quantum or nova-network, cinder or nova-volume. Here are pointers to specific docs. Quantum config: http://docs.openstack.org/trunk/

[Openstack] Wading through nova.conf options

2013-02-20 Thread Samuel Winchenbach
Hi all, I am trying to get a better grasp on which nova.conf options are needed for a given setup. I have found this list: http://docs.openstack.org/folsom/openstack-compute/admin/content/list-of-compute-config-options.htmlbut it doesn't really answer what is needed and when. For example if I a