Merge "Update the outdated content"

This commit is contained in:
Zuul 2019-06-24 09:16:15 +00:00 committed by Gerrit Code Review
commit f72015179e

View File

@ -211,16 +211,14 @@ As an alternative, one may consider creating a custom image with pre-installed a
Source images Source images
============= =============
As the source image for Trove instances, we will use a Trove-compatible Ubuntu image: As the source image for Trove instances, we will use a Trove-compatible Ubuntu image.
Build your own Trove images, Then run the following steps:
.. code-block:: bash .. code-block:: bash
$ export DATASTORE_TYPE="mysql" $ export DATASTORE_TYPE="mysql"
$ wget http://tarballs.openstack.org/trove/images/ubuntu/${DATASTORE_TYPE}.qcow2
$ glance --os-username admin_trove_user --os-password trove --os-tenant-name trove_for_trove_usage --os-auth-url http://<KeystoneIP>:<KeystoneAdminPort>/v2.0 image-create --name trove-image --is-public True --container-format ovf --disk-format qcow2 --file ${DATASTORE_TYPE}.qcow2 $ glance --os-username admin_trove_user --os-password trove --os-tenant-name trove_for_trove_usage --os-auth-url http://<KeystoneIP>:<KeystoneAdminPort>/v2.0 image-create --name trove-image --is-public True --container-format ovf --disk-format qcow2 --file ${DATASTORE_TYPE}.qcow2
Note: http://tarballs.openstack.org/trove/images includes mysql, percona, mongodb Trove-compatible images.
At this step please remember the image ID or store it in an environment variable (IMAGEID). At this step please remember the image ID or store it in an environment variable (IMAGEID).
.. code-block:: bash .. code-block:: bash