From 4bcb8a026c6002e546ad50686f1f1b2903785cb3 Mon Sep 17 00:00:00 2001 From: chenxing Date: Wed, 6 Dec 2017 19:35:05 +0800 Subject: [PATCH] Update the outdated content Change-Id: I7743b848e69a81e4aefb2191779a4cd9d4c7b666 Closes-Bug: #1729211 --- doc/source/install/manual_install.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/install/manual_install.rst b/doc/source/install/manual_install.rst index 18b800cd4a..024d49a4f6 100644 --- a/doc/source/install/manual_install.rst +++ b/doc/source/install/manual_install.rst @@ -207,16 +207,14 @@ As an alternative, one may consider creating a custom image with pre-installed a 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 $ 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://:/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). .. code-block:: bash