mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Adds a new mechanism to load providers from any gem or file path. (#263)
* Adds ability to load only providers used in config file
This commit is contained in:
parent
0a769b8901
commit
2daa5244b8
13 changed files with 316 additions and 15 deletions
|
|
@ -14,14 +14,15 @@ git logs & PR history.
|
|||
# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.1.0...master)
|
||||
|
||||
### Fixed
|
||||
|
||||
- (POOLER-128) VM specific mutex objects are not dereferenced when a VM is destroyed
|
||||
- A VM that is being destroyed is reported as discovered
|
||||
|
||||
### Added
|
||||
- Adds a new mechanism to load providers from any gem or file path
|
||||
|
||||
# [0.1.0](https://github.com/puppetlabs/vmpooler/compare/4c858d012a262093383e57ea6db790521886d8d4...master)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Remove unused method `find_pool` and related pending tests
|
||||
- Setting `max_tries` results in an infinite loop (POOLER-124)
|
||||
- Do not evaluate folders as VMs in `get_pool_vms` (POOLER-40)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue