First time here? Check out the FAQ!
![]() | 1 | initial version |
Hello,
This issue might be due to slow internet connectivity. To get around it you can do netns timeout fix.
edit this file /usr/share/openstack-puppet/modules/packstack/manifests/netns.pp and increase the value in timeout line like this
if $::netns_support != "true" {
exec { "netns_dependecy_install":
path => "/usr/bin/",
command => "yum update -y kernel iputils iproute",
timeout => 1800,