aboutsummaryrefslogtreecommitdiff
path: root/configs/99-openstack.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/99-openstack.cnf')
-rw-r--r--configs/99-openstack.cnf8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/99-openstack.cnf b/configs/99-openstack.cnf
new file mode 100644
index 0000000..6aedbcb
--- /dev/null
+++ b/configs/99-openstack.cnf
@@ -0,0 +1,8 @@
+[mysqld]
+bind-address = REPLACE_WITH_OPENSTACK_HOST_IP
+
+default-storage-engine = innodb
+innodb_file_per_table = on
+max_connections = 4096
+collation-server = utf8_general_ci
+character-set-server = utf8