Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Ability to remove_extra_config_element() #790

Open
atistler opened this issue Feb 3, 2022 · 0 comments
Open

Ability to remove_extra_config_element() #790

atistler opened this issue Feb 3, 2022 · 0 comments

Comments

@atistler
Copy link

atistler commented Feb 3, 2022

Is your feature request related to a problem? Please describe.

I cannot remove 'extra config elements' from a VM.

Describe the solution you'd like

There is currently the ability to:

def add_extra_config_element(self, key, value, required=False):

It would be helpful to allow the ability to remove extra config by key as well:

def remove_extra_config_element(self, key):

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant