-
|
Like what the title said, I was just randomly poking around the various option and shutdown the BaremetalPxeProvider and cannot find a way to re-enable it, while some other provider like the NSX and Netris has the ability to be disabled and enabled. |
Beta Was this translation helpful? Give feedback.
Answered by
chunkyen
Nov 14, 2025
Replies: 2 comments 1 reply
-
|
Could you please try these steps mentioned in this older issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chunkyen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

In the end, I resort to mysql and managed to bring the service provider back by setting the removed field to NULL. BTW, the state is still enabled and frankly, there should be a more conventional way to bring it back via gui or api, editing the datbase feels really dangerous.
The update statement i use
UPDATE physical_network_service_providers SET removed = NULL WHERE id = <network service provider id in mysql>;