Fixes the wrong instruction
This PR changes the "configuration" command parameter name from
"datastore_version" to datastore-version. The parameter name has
changed from "datastore_version" to "datastore-version"[1].
The original problem is what I got an error when I try to create
a configuration: "openstack database configuration create: error:
unrecognized arguments: --datastore_version ..."
[1]: a57568397e
Story: 2009960
Task: 44928
Change-Id: I94e02cfd4026c56a05b3acccc3a5327b54e6b585
This commit is contained in:
parent
e4bf4222b4
commit
2d56cd42aa
@ -114,7 +114,7 @@ Bulk-configure a database or databases
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack database configuration create group1 '{"sync_binlog" : 1}' --datastore mysql --datastore_version mysql-5.5
|
||||
$ openstack database configuration create group1 '{"sync_binlog" : 1}' --datastore mysql --datastore-version mysql-5.5
|
||||
+----------------------+--------------------------------------+
|
||||
| Property | Value |
|
||||
+----------------------+--------------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user