Fix typos in Neutron dashboard
Related-Prod: PROD-35019
Change-Id: I29bdecb29a75b178b4d4b2d960820f232329e107
diff --git a/neutron/files/grafana_dashboards/neutron_l2_prometheus_fluentd.json b/neutron/files/grafana_dashboards/neutron_l2_prometheus_fluentd.json
index 7e11d51..547aa91 100755
--- a/neutron/files/grafana_dashboards/neutron_l2_prometheus_fluentd.json
+++ b/neutron/files/grafana_dashboards/neutron_l2_prometheus_fluentd.json
@@ -1331,7 +1331,7 @@
"thresholds": [],
"timeFrom": null,
"timeShift": null,
- "title": "Floatin IPs",
+ "title": "Floating IPs",
"tooltip": {
"shared": true,
"sort": 0,
diff --git a/neutron/files/grafana_dashboards/neutron_prometheus_fluentd.json b/neutron/files/grafana_dashboards/neutron_prometheus_fluentd.json
index 6c18b4f..b632c8d 100755
--- a/neutron/files/grafana_dashboards/neutron_prometheus_fluentd.json
+++ b/neutron/files/grafana_dashboards/neutron_prometheus_fluentd.json
@@ -888,7 +888,7 @@
"thresholds": [],
"timeFrom": null,
"timeShift": null,
- "title": "Floatin IPs",
+ "title": "Floating IPs",
"tooltip": {
"shared": true,
"sort": 0,
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 4665d34..62a61bf 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -55,6 +55,7 @@
virtualenv $VENV_DIR
source ${VENV_DIR}/bin/activate
python -m pip install salt${PIP_SALT_VERSION}
+ python -m pip install 'msgpack<1' 'setuptools<45' jsonschema
if [[ -f ${CURDIR}/test-requirements.txt ]]; then
python -m pip install -r ${CURDIR}/test-requirements.txt
fi