bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly
352 stars 218 forks source link

Update doc so that quantum security groups are leveraged #44

Closed aaronorosen closed 11 years ago

hrushig commented 11 years ago

I just implemented these changes in my multi-node OVS plugin environment. Here are the changes suggested for multi-node doc based on aaronorosen commit to the single-node doc:

Update /etc/nova/nova.conf on control and compute node under Network Settings section firewall_driver=nova.virt.firewall.NoopFirewallDriver security_group_api=quantum

Update /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini on all the nodes [SECURITYGROUP]

Firewall driver for realizing quantum security group function

firewall_driver = quantum.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver

aaronorosen commented 11 years ago

Hi hrushig, awesome. Btw my patch has an issue since it's using the OVS driver and the doc is for the linuxbridge plugin. Will update pull request.

aaronorosen commented 11 years ago

actually nvp my patch is fine.

aaronorosen commented 11 years ago

s/nvp/nvm

bilelmsekni commented 11 years ago

Hi guys,

I liked your work with the Nicira NVP so i created a branch with your work. Please provide me with your names and email to add you to the contributor's list :)

regards, Bilel