Skip to content

Commit

Permalink
Merge pull request #11 from cisco-open/hh-default-network
Browse files Browse the repository at this point in the history
Use production default network flag
  • Loading branch information
hughwphamill authored Jul 18, 2023
2 parents 5ec139c + 2506a0f commit 6a378ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbclient/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (c *Client) GetTopology(uid string) (*Topology, error) {
}

func (c *Client) CreateTopology(topology Topology) (*Topology, error) {
return c.getTopologyService(map[string]string{"x-defaultnetwork": "false"}).create(topology)
return c.getTopologyService(map[string]string{"X-CreateDefaultNetwork": "false"}).create(topology)
}

func (c *Client) UpdateTopology(topology Topology) (*Topology, error) {
Expand Down

0 comments on commit 6a378ee

Please sign in to comment.