summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2019-05-17 13:02:56 -0700
committerGitHub <noreply@github.com>2019-05-17 13:02:56 -0700
commitae68dea2fa454217df62fb341e1010762ba47abd (patch)
tree39f4e26cea402af2e9adc8e415ecf393be82f43a /packages
parent8bfa7de67f90498560246c152ccdcd4a48077bb7 (diff)
downloadgoogle-compute-image-packages-ae68dea2fa454217df62fb341e1010762ba47abd.tar.gz
Update README for RHEL 8. (#770)
Diffstat (limited to 'packages')
-rw-r--r--packages/python-google-compute-engine/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/python-google-compute-engine/README.md b/packages/python-google-compute-engine/README.md
index f1ffe8e..0bd6ddb 100644
--- a/packages/python-google-compute-engine/README.md
+++ b/packages/python-google-compute-engine/README.md
@@ -28,8 +28,6 @@ The Linux guest environment is made up of the following components:
based authentication.
* **Clock skew** daemon to keep the system clock in sync after VM start and
stop events.
-* **Disk expand** scripts to expand the VM root partition for CentOS 6,
- CentOS 7, RHEL 6, and RHEL 7 images.
* **Instance setup** scripts to execute VM configuration scripts during boot.
* **Network** daemon that handles network setup for multiple network interfaces
on boot and integrates network load balancing with
@@ -38,7 +36,7 @@ The Linux guest environment is made up of the following components:
shutdown.
The Linux guest environment is written in Python and is version agnostic
-between Python 2.6 and 3.5. There is complete unittest coverage for every Python
+between Python 2.6 and 3.7. There is complete unittest coverage for every Python
library and script. The design of various guest libraries, daemons, and scripts,
are detailed in the sections below.