fix typo in docs
replace datastore_version with datastore-version in openstack client. trivial fix Change-Id: I5b5198c41af2f6463bf18b49de6f85080c5e05f8
This commit is contained in:
parent
7377173e48
commit
9e2515aad3
@ -49,7 +49,7 @@ in place and can be triggered by the cloud administrator.
|
|||||||
$flavorid \
|
$flavorid \
|
||||||
--size 1 \
|
--size 1 \
|
||||||
--nic net-id=$netid \
|
--nic net-id=$netid \
|
||||||
--datastore mysql --datastore_version 5.7 \
|
--datastore mysql --datastore-version 5.7 \
|
||||||
--databases testdb --users user:password \
|
--databases testdb --users user:password \
|
||||||
--is-public
|
--is-public
|
||||||
$ openstack database instance list
|
$ openstack database instance list
|
||||||
@ -209,4 +209,4 @@ Upgrade Trove guest agent
|
|||||||
|
|
||||||
* If you are upgrading from Victoria or newer release.
|
* If you are upgrading from Victoria or newer release.
|
||||||
|
|
||||||
TBD.
|
TBD.
|
||||||
|
@ -111,7 +111,7 @@ Create and access a database instance
|
|||||||
--size 5 \
|
--size 5 \
|
||||||
--nic net-id=8799cf10-01ef-40e2-b04e-06da7cfa5668 \
|
--nic net-id=8799cf10-01ef-40e2-b04e-06da7cfa5668 \
|
||||||
--databases test --users userA:password \
|
--databases test --users userA:password \
|
||||||
--datastore mysql --datastore_version 5.7 \
|
--datastore mysql --datastore-version 5.7 \
|
||||||
--is-public \
|
--is-public \
|
||||||
--allowed-cidr 10.1.0.1/24 \
|
--allowed-cidr 10.1.0.1/24 \
|
||||||
--allowed-cidr 202.37.199.1/24
|
--allowed-cidr 202.37.199.1/24
|
||||||
|
@ -52,7 +52,7 @@ Upgrading datastore
|
|||||||
--flavor d2 \
|
--flavor d2 \
|
||||||
--size 1 \
|
--size 1 \
|
||||||
--nic net-id=$netid \
|
--nic net-id=$netid \
|
||||||
--datastore mysql --datastore_version 5.7.29 \
|
--datastore mysql --datastore-version 5.7.29 \
|
||||||
--databases testdb --users user:password
|
--databases testdb --users user:password
|
||||||
$ openstack database instance list
|
$ openstack database instance list
|
||||||
+--------------------------------------+--------------------+-----------+-------------------+---------+-----------------------------------------------+-----------+------+-----------+---------+
|
+--------------------------------------+--------------------+-----------+-------------------+---------+-----------------------------------------------+-----------+------+-----------+---------+
|
||||||
|
Loading…
Reference in New Issue
Block a user