Details
Priority
MediumAssignee
UnassignedUnassignedReporter
Sébastien DuthilSébastien DuthilZendesk Ticket Count
1Labels
Details
Details
Priority
Assignee
Unassigned
UnassignedReporter
Sébastien Duthil
Sébastien DuthilZendesk Ticket Count
1
Labels
Zendesk Support
1
Zendesk Support
1
Zendesk Support
1
Created last week
Updated last week
Given I delete the “Default Config Device” in the provisioning settings
Given I recreate the “Default Config Device” identically
When I provision a new device with a user
Then the device is not usable
Expected: the device is usable OR I can’t delete the “Default Config Device”
Workaround:
Find the ID of the recreated “Default Config Device” (
'123456789abcdef'
in this example)wazo-provd-cli config_device = configs.get('123456789abcdef') config_device['id'] = 'defaultconfigdevice' config_device['X_type'] = 'device' configs.add(config_device) exit()