summaryrefslogtreecommitdiff
path: root/integration/README.md
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2022-08-11 21:53:17 +0800
committerwu.chunyang <wuchunyang@yovole.com>2022-08-12 06:51:00 +0000
commit8ea76a145a2c39920088fa463c9c9e80d00e8338 (patch)
tree388fadc3c120f2921873e8e9d4e9ed82a01ec7ed /integration/README.md
parent136bd3f1c9b9e9083c51c532f297244ebf6ec03a (diff)
downloadtrove-8ea76a145a2c39920088fa463c9c9e80d00e8338.tar.gz
Drop bionic support
drop the support of bionic. ref: https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I6dd126d49196af30bd5578c6aefa90fff9f1d5c1
Diffstat (limited to 'integration/README.md')
-rw-r--r--integration/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration/README.md b/integration/README.md
index 157cc3e6..07e7a91b 100644
--- a/integration/README.md
+++ b/integration/README.md
@@ -2,7 +2,7 @@
## Steps to setup environment
-Install a fresh Ubuntu 16.04 (xenial) image. We suggest creating a development virtual machine using the image.
+Install a fresh Ubuntu 20.04 (focal) image. We suggest creating a development virtual machine using the image.
1. Login to the machine as root
1. Make sure we have git installed
@@ -137,10 +137,10 @@ PATH_DEVSTACK_OUTPUT=/opt/stack \
- If `dev_mode=true`, no Trove code is injected into the guest image. The guest
agent will download Trove code during the service initialization.
-For example, build a Mysql image for Ubuntu Xenial operating system:
+For example, build a Mysql image for Ubuntu Focal operating system:
```shell
-$ ./trovestack build-image mysql ubuntu xenial false
+$ ./trovestack build-image mysql ubuntu focal false
```
### Running Integration Tests