We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d120816 + ff7d13c commit fa48fd2Copy full SHA for fa48fd2
1 file changed
controller/api/models.py
@@ -993,7 +993,7 @@ def _etcd_publish_domains(**kwargs):
993
def _etcd_purge_domains(**kwargs):
994
domain = kwargs['instance']
995
try:
996
- _etcd_client.delete('/deis/certs/{}'.format(domain),
+ _etcd_client.delete('/deis/domains/{}'.format(domain),
997
prevExist=True, dir=True, recursive=True)
998
except KeyError:
999
pass
0 commit comments