diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2018-11-20 11:19:55 -0500 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2018-11-26 14:14:10 -0500 |
commit | b361d6df77ab59bb0f227aec00c19b080f31bc50 (patch) | |
tree | 0aa043dcd4701ab22385b2eca2e783f27de687fd /src/resource_inventory | |
parent | b7c4d286ffa618be0e95b15f3883e2f6920a3fb1 (diff) |
Fixed Misc Bugs
Some corner cases that cause issues recently came to our attention.
Fixes issues in the booking workflow and the Notification system.
Change-Id: Ie16118ba1bdbeff86bb41a16dc783337b921d527
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'src/resource_inventory')
-rw-r--r-- | src/resource_inventory/resource_manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource_inventory/resource_manager.py b/src/resource_inventory/resource_manager.py index 3380990..9282580 100644 --- a/src/resource_inventory/resource_manager.py +++ b/src/resource_inventory/resource_manager.py @@ -15,7 +15,7 @@ from dashboard.exceptions import ( ResourceExistenceException, ResourceAvailabilityException, ResourceProvisioningException, - ModelValidationException + ModelValidationException, ) from resource_inventory.models import Host, HostConfiguration, ResourceBundle |