Skip to content

Commit 3a219fb

Browse files
Change the default broadcast domain name in the example
Replaces the auto-generated long broadcast_domain name in the example script with a shorter name that is likely to exist on most clusters. This should help avoid some confusion. Fixes #35
1 parent 19be168 commit 3a219fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rest_api/svm_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def create_svm(cluster: str, headers_inc: str):
230230
"netmask": nmask},
231231
"location": {
232232
"broadcast_domain": {
233-
"name": "Default_ckjfbvsnkfdjasbdkfsndlfe_cbekjrvckujeakbxjwc"},
233+
"name": "Default"},
234234
"home_node": {
235235
"name": hnode,
236236
"uuid": uuid}},

0 commit comments

Comments
 (0)