Module: Kitchen::Driver::Openstack::Networking

Included in:
Kitchen::Driver::Openstack
Defined in:
lib/kitchen/driver/openstack/networking.rb

Overview

Floating IP allocation and IP address resolution

Constant Summary collapse

IP_POOL_LOCK =

Serializes floating IP selection across the driver instances that Test Kitchen runs in parallel. Without it, two concurrent converges can pick the same free address out of the pool and one of them fails to associate it.

Returns:

  • (Mutex)
Mutex.new