(POOLER-132) Sync pool size on dashboard start

This commit updates the dashboard for vmpooler to ensure it is synchronized with any redis based configuration values before displaying the dashboard. Without this change the pool size value may be displayed incorrectly if the value has been set via the /config/poolsize API endpoint.
This commit is contained in:
kirby@puppetlabs.com 2018-10-03 13:07:20 -07:00
parent 9bc17a8935
commit 5704488cc5
3 changed files with 8 additions and 4 deletions

View file

@ -12,6 +12,9 @@ If you're looking for changes from before this, refer to the project's
git logs & PR history.
# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.2.2...master)
### Fixed
- Sync pool size before dashboard is displayed (POOLER-132)
# [0.2.2](https://github.com/puppetlabs/vmpooler/compare/0.2.1...0.2.2)
### Fixed