Skip to content

Commit 98f6fac

Browse files
authored
Update instructions for installing etcd3gw, for OpenStack (#2610)
1 parent eb4ef82 commit 98f6fac

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

calico/getting-started/openstack/installation/redhat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ These steps are detailed in this section.
5858
EOF
5959
```
6060
61-
1. Install version 1.0.1 of the `etcd3gw` Python package. This is
61+
1. Install the `etcd3gw` Python package. This is
6262
needed by $[prodname]'s OpenStack driver and DHCP agent.
6363
6464
```

calico/getting-started/openstack/installation/ubuntu.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,14 @@ These steps are detailed in this section.
5858
apt-get update
5959
```
6060

61-
1. Install version 1.0.1 of the `etcd3gw` Python package. This is
62-
needed by $[prodname]'s OpenStack driver and DHCP agent.
63-
61+
1. Install the `etcd3gw` Python package. This is needed by $[prodname]'s
62+
OpenStack driver and DHCP agent. On Ubuntu 24.04 (Noble) and later, use the
63+
version included in the Ubuntu archive:
64+
```bash
65+
apt-get install -y python3-etcd3gw
66+
```
67+
On Ubuntu 22.04 (Jammy) or earlier, etcd3gw is either too old in the Ubuntu
68+
archive, or not available at all, so instead install from PyPI:
6469
```
6570
apt-get install -y python3-pip
6671
pip3 install etcd3gw==2.4.0

0 commit comments

Comments
 (0)