Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 6034 - Change replica_id from str to int
Bug Description: dscreate create-template claims replica_id is (str) but it should be an int Fix Description: Change self._type['replica_id'] = str to self._type['replica_id'] = int Fixes: #6033 Author: Andrew Elwell <[email protected]> Reviewed by: @vashirov
- Loading branch information