Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
constants: Remove DEFAULT_KUBERNETES_STORE_HANDLER.
Browse files Browse the repository at this point in the history
We removed the Kubernetes storage handler some time ago.
  • Loading branch information
mbarnes authored and ashcrow committed Feb 16, 2017
1 parent f07aaa8 commit bd526c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/commissaire/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@
# (server URL provided by store handler)
DEFAULT_ETCD_STORE_HANDLER = {
'name': 'etcd',
'models': []
}

# Default Kubernetes configuration
# (server URL provided by store handler)
DEFAULT_KUBERNETES_STORE_HANDLER = {
'name': 'commissaire.store.kubestorehandler',
'models': ['*']
}

Expand Down

0 comments on commit bd526c2

Please sign in to comment.