kolla/dev/vagrant
Lu lei c12230a57c Fix using filter() to meet python2,3
As mentioned in link[1], if we need filter() on python3,
Raplace filter(lambda obj: test(obj), data) with:
[obj for obj in data if test(obj)].

[1] https://wiki.openstack.org/wiki/Python3
TrivialFix.

Change-Id: Ic1ea289c89fad16bc7aa1db42faa9a6b686086d2
2016-08-29 18:44:44 +08:00
..
Vagrantfile Vagrant plugin check 2016-07-26 08:36:38 -05:00
Vagrantfile.custom.example Attach external NIC to a NAT-Network if on Wi-Fi 2016-03-21 01:08:45 +02:00
bootstrap.sh Fix docker daemon proxy support in vagrant 2016-06-23 11:40:08 +01:00
newest_dhcp_lease.py Fix using filter() to meet python2,3 2016-08-29 18:44:44 +08:00