File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
calico/getting-started/openstack/installation Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff 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 ```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments