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
This commit is contained in:
Duk Loi 2015-08-14 14:02:15 -04:00
parent 5796aa97a7
commit d18dea0793
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
{% else %}
<dd>{{ host }}</dd>
<dt>{% trans "Database Port" %}</dt>
<dd>9160</dd>
<dd>9042</dd>
<dt>{% trans "Connection Examples" %}</dt>
<dd>cqlsh {{ host }} 9160</dd>
<dd>cqlsh {{ host }} 9042</dd>
{% endif %} <!-- ends else block -->
{% endwith %}
</dl>