File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
)
17
17
18
18
// DefaultMaster is the master to use when none is provided.
19
- const DefaultMaster = "http://localhost :9999"
19
+ const DefaultMaster = "http://netmaster :9999"
20
20
21
21
func getClient (ctx * cli.Context ) * contivClient.ContivClient {
22
22
cl , err := contivClient .NewContivClient (ctx .GlobalString ("netmaster" ))
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ limitations under the License.
16
16
package master
17
17
18
18
const (
19
- // DaemonURL is default url used by netmaster to listen for http requests
20
- DaemonURL = "localhost:9999"
21
-
22
19
//DesiredConfigRESTEndpoint is the REST endpoint to post desired configuration
23
20
DesiredConfigRESTEndpoint = "desired-config"
24
21
//AddConfigRESTEndpoint is the REST endpoint to post configuration additions
You can’t perform that action at this time.
0 commit comments