diff options
author | Pasha <pasha@member.fsf.org> | 2022-08-16 21:48:31 +0000 |
---|---|---|
committer | Pasha <pasha@member.fsf.org> | 2022-08-16 21:48:31 +0000 |
commit | 2195fa1ed94786e1f5a760b860e1ee8976e1ffe4 (patch) | |
tree | 3bcaa704511278c0d5d938b86a629a37d2409292 /configs/99-openstack.cnf | |
download | debian_openstack_installer-2195fa1ed94786e1f5a760b860e1ee8976e1ffe4.tar.gz debian_openstack_installer-2195fa1ed94786e1f5a760b860e1ee8976e1ffe4.tar.bz2 |
initial commit
Diffstat (limited to 'configs/99-openstack.cnf')
-rw-r--r-- | configs/99-openstack.cnf | 8 |
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 |