Skip to content

Commit 835c5af

Browse files
author
Fernando
committed
Refactor the cdn edit option.
1 parent 72f8eb1 commit 835c5af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SoftLayer/managers/cdn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ def edit(self, identifier, header=None, http_port=None, origin=None,
200200
'cname': cdn_instance_detail.get('cname'),
201201
'domain': cdn_instance_detail.get('domain'),
202202
'httpPort': cdn_instance_detail.get('httpPort'),
203-
'origin': cdn_instance_detail.get('originHost')
203+
'origin': cdn_instance_detail.get('originHost'),
204+
'header': cdn_instance_detail.get('header')
204205
}
205206

206207
if header:

0 commit comments

Comments
 (0)