Bläddra i källkod

Fixed for python3 with Fedora 25 Atomic

This is not the only required fix, but this does fix one of the many issues.
Donny Davis 8 år sedan
förälder
incheckning
c78f670efd
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      roles/openshift_logging/library/openshift_logging_facts.py

+ 1 - 1
roles/openshift_logging/library/openshift_logging_facts.py

@@ -37,7 +37,7 @@ LOGGING_INFRA_KEY = "logging-infra"
 # selectors for filtering resources
 DS_FLUENTD_SELECTOR = LOGGING_INFRA_KEY + "=" + "fluentd"
 LOGGING_SELECTOR = LOGGING_INFRA_KEY + "=" + "support"
-ROUTE_SELECTOR = "component=support, logging-infra=support, provider=openshift"
+ROUTE_SELECTOR = "component=support,logging-infra=support,provider=openshift"
 COMPONENTS = ["kibana", "curator", "elasticsearch", "fluentd", "kibana_ops", "curator_ops", "elasticsearch_ops"]