Add network namespace support

RedHat kernels do not have network namespaces
enabled by default. This patch uses the netns class
in openstacklib to check if network namespaces are
available, and if they are not, install the latest kernel.

Ubuntu hosts are unaffected, and should contain netns support
in all common cases anyway.

Change-Id: Ided02a7bfe57ab3e318c7ac24df0eeb54b349c08
This commit is contained in:
Michael Chapman 2014-04-07 13:29:29 +10:00
parent 926e6fefe3
commit 045e75deee
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ roles:
- openstacklib::openstack::databases
- openstacklib::openstack::endpoints
- openstacklib::openstack::provider
- openstacklib::openstack::netns
- openstacklib::repo
- openstacklib::hosts
- openstacklib::compat
@ -100,4 +101,5 @@ roles:
- "openstacklib::hosts"
- "openstacklib::compat"
- "openstacklib::openstack::provider"
- "openstacklib::openstack::netns"
- "neutron::server"