Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Add last item in links tuple during migration
Browse files Browse the repository at this point in the history
Change-Id: I0d274be40cc8d3809de648fba93d1d70c3f46345
  • Loading branch information
isaacm committed Aug 30, 2016
1 parent 8c75380 commit 414261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poppy/manager/default/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ def migrate_domain(self, project_id, service_id, domain_name, new_cert,
break
else:
links = {}
link_key_tuple = (domain_name, 'san')
link_key_tuple = (domain_name, 'san', None)
links[link_key_tuple] = new_cert
created_dns_link = dns_controller._create_cname_records(links)
new_url = {
Expand Down

0 comments on commit 414261a

Please sign in to comment.