Skip to content

Commit

Permalink
Merge pull request #32 from charmed-kubernetes/gkk/fix-keystone-leade…
Browse files Browse the repository at this point in the history
…r-set

Fix followers calling leader-set when using keystone
  • Loading branch information
kwmonroe committed Jun 21, 2019
2 parents c85946c + 9ccd758 commit aa70656
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions reactive/kubernetes_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,13 +925,6 @@ def kick_api_server():
clear_flag('tls_client.certs.changed')


@when_any('config.changed.keystone-policy',
'config.changed.keystone-ssl-ca')
@when('keystone-credentials.available.auth')
def regenerate_cdk_addons():
configure_cdk_addons()


@when_any('kubernetes-master.components.started',
'kubernetes-master.ceph.configured',
'keystone-credentials.available.auth')
Expand Down

0 comments on commit aa70656

Please sign in to comment.