Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save HostResources after host is saved
A Hosts's HostResources are determined during the validation step but not saved, because the Host must exist before its HostResources can be stored (not-null database constraint). We add a routine which saves the HostResources immediately after a Host is saved in case its Host.host_resources changed
- Loading branch information