Skip to content
Snippets Groups Projects
Commit 3c506592 authored by Fabian Seidl's avatar Fabian Seidl Committed by Matthias Feyll
Browse files

Resolve "Remove always subscribing to hostname etc from gosdnc"

See merge request !901
parent b05b695b
No related branches found
No related tags found
1 merge request!1005Draft: feature-ui-361_setup-project
......@@ -71,7 +71,7 @@ if they diverge from the default credentials (user:'admin' and pw:'arista').`,
return
}
resp, err := pndAdapter.AddNetworkElement(createContextWithAuthorization(), mneName, mneUUID, opt, pluginUUID, []string{"system/config/hostname", "system/config/domain-name"})
resp, err := pndAdapter.AddNetworkElement(createContextWithAuthorization(), mneName, mneUUID, opt, pluginUUID, []string{})
if err != nil {
spinner.Fail(err)
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment