trove/trove/templates
Sushil Kumar 49f55f0edb Fixes config templates for mysql & percona
Calculations for certain config parameters was resulting in zero
if a value < 512 was used as ram for flavors to boot guest instance.

Replaced '//' by '/' and the result is again casted to integer value
as needed by mysql configurations.

// implies divide two numbers and return
the truncated integer result.

whereas

/ implies divide two numbers and  return value
will be a floating point number.

Updated default instance configuration response json.

Change-Id: Icfc84a4cb380264670aa4e31f372eb39a6e87c7c
Closes-Bug: #1440358
2015-04-06 14:42:27 +00:00
..
cassandra Update config.template for Cassandra 2.1.0 2014-10-15 12:01:36 -07:00
couchbase Initial support for single instance Couchbase 2014-02-27 11:37:40 -08:00
couchdb Add support for CouchDB datastore in Trove 2015-03-15 10:58:04 -04:00
db2 Add support for DB2 datastore in Trove 2015-03-26 20:22:24 -04:00
mongodb Add limit stanzas for mongos 2015-01-28 20:09:15 -08:00
mysql Fixes config templates for mysql & percona 2015-04-06 14:42:27 +00:00
percona Fixes config templates for mysql & percona 2015-04-06 14:42:27 +00:00
postgresql Add PostgreSQL support 2014-08-28 20:27:34 -05:00
redis Remove redundant heat templates from codebase 2014-07-01 11:06:00 +03:00
vertica Add support for HP Vertica datastore in Trove 2015-03-19 08:21:57 -07:00
default.heat.template Inject guest conf files to configurable location 2015-03-09 14:24:08 +00:00