Skip to content
Snippets Groups Projects
Commit ab9d0fd0 authored by Fabian Seidl's avatar Fabian Seidl Committed by Malte Bauch
Browse files

Resolve "Remove always subscribing to hostname etc from gosdnc"

See merge request !901
parent 841085ca
No related branches found
No related tags found
1 merge request!901Resolve "Remove always subscribing to hostname etc from gosdnc"
Pipeline #202119 passed
...@@ -71,7 +71,7 @@ if they diverge from the default credentials (user:'admin' and pw:'arista').`, ...@@ -71,7 +71,7 @@ if they diverge from the default credentials (user:'admin' and pw:'arista').`,
return 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 { if err != nil {
spinner.Fail(err) spinner.Fail(err)
return return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment