Provisioning doesn't work if the default config device is deleted and recreated

Description

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()

Zendesk Ticket IDs

14110

Activity

Show:

Details

Priority

Assignee

Reporter

Zendesk Ticket Count

1

Zendesk Support

1

Created last week
Updated last week

Flag notifications