From d18dea079381a22619ed37c93a20c53a51a0aa82 Mon Sep 17 00:00:00 2001 From: Duk Loi Date: Fri, 14 Aug 2015 14:02:15 -0400 Subject: [PATCH] Updated cassandra database details overview port The Cassandra details overview page currently displays port 9160 for the Thrift client. Updated the example to use the native protocol client port 9042. Change-Id: I0c61dbb9fc942527b3e63b4ea2f79da92628f398 Closes-Bug: #1485065 --- .../templates/databases/_detail_overview_cassandra.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_dashboard/contrib/trove/content/databases/templates/databases/_detail_overview_cassandra.html b/openstack_dashboard/contrib/trove/content/databases/templates/databases/_detail_overview_cassandra.html index 29baf7e8dd..26dac1adaa 100644 --- a/openstack_dashboard/contrib/trove/content/databases/templates/databases/_detail_overview_cassandra.html +++ b/openstack_dashboard/contrib/trove/content/databases/templates/databases/_detail_overview_cassandra.html @@ -13,9 +13,9 @@ {% else %}
{{ host }}
{% trans "Database Port" %}
-
9160
+
9042
{% trans "Connection Examples" %}
-
cqlsh {{ host }} 9160
+
cqlsh {{ host }} 9042
{% endif %} {% endwith %}