Skip to content

Commit

Permalink
Clarify BASE_URL 404
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 committed Apr 11, 2024
1 parent ed8747f commit 4a4dc5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/sync-dashboards
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import sys
import argparse
from urllib.request import urlretrieve

# sync the dashboards from https://opendev.org/openstack/sunbeam-charms/src/branch/main/charms/openstack-exporter-k8s/src/grafana_dashboards
# Sync the dashboards from https://opendev.org/openstack/sunbeam-charms/src/branch/main/charms/openstack-exporter-k8s/src/grafana_dashboards
# Note: the base_url below is expected to be a 404 by itself.
BASE_URL = "https://opendev.org/openstack/sunbeam-charms/raw/branch/main/charms/openstack-exporter-k8s/src/grafana_dashboards/"
BASE_LOCAL_PATH = "./src/grafana_dashboards/"
DASHBOARDS = [
Expand Down

0 comments on commit 4a4dc5f

Please sign in to comment.