summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-02 12:19:36 +0000
committerGerrit Code Review <review@openstack.org>2020-10-02 12:19:36 +0000
commitd4941f01bdd22f50280c91267399a8609421bfa3 (patch)
tree295071bbb7d5071c996bf916e3955c7d8de5c44c /doc
parent5a4c4c7acac44f715bf1567eab3e779381adbfe6 (diff)
parent20c45515337ba6e83bb60f0333172370bf8a433e (diff)
downloadtrove-d4941f01bdd22f50280c91267399a8609421bfa3.tar.gz
Merge "Update OS Ubuntu and fix create configuration"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/install/install-ubuntu.rst2
-rw-r--r--doc/source/user/manage-db-config.rst6
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst
index 6328c188..9330680d 100644
--- a/doc/source/install/install-ubuntu.rst
+++ b/doc/source/install/install-ubuntu.rst
@@ -4,7 +4,7 @@ Install and configure for Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the Database
-service for Ubuntu 14.04 (LTS).
+service for Ubuntu 18.04 (LTS).
.. include:: common_prerequisites.txt
diff --git a/doc/source/user/manage-db-config.rst b/doc/source/user/manage-db-config.rst
index fe00cae5..ac38a8f6 100644
--- a/doc/source/user/manage-db-config.rst
+++ b/doc/source/user/manage-db-config.rst
@@ -94,7 +94,7 @@ Bulk-configure a database or databases
.. code-block:: console
- $ openstack database configuration create NAME VALUES --datastore DATASTORE_NAME
+ $ openstack database configuration create NAME VALUES --datastore DATASTORE_NAME --datastore-version DATASTORE_VERSION_NAME
- *NAME*. The name you want to use for this group.
@@ -106,13 +106,15 @@ Bulk-configure a database or databases
- *DATASTORE_NAME*. The name of the associated data store.
+ - *DATASTORE_VERSION_NAME*. The name of the associated data store version
+
This example creates a configuration group called ``group1``.
``group1`` contains just one key and value pair, and this pair sets
the ``sync_binlog`` option to ``1``.
.. code-block:: console
- $ openstack database configuration create group1 '{"sync_binlog" : 1}' --datastore mysql
+ $ openstack database configuration create group1 '{"sync_binlog" : 1}' --datastore mysql --datastore_version mysql-5.5
+----------------------+--------------------------------------+
| Property | Value |
+----------------------+--------------------------------------+