Skip to content

Commit 439eb96

Browse files
committed
docs: Use a Jammy image for testing in ci-multinode example
1 parent c83dc22 commit 439eb96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ deployment.
3535

3636
To test it, you will need two virtual machines. Cirros does not support the Ceph
3737
kernel client, so you will need to use a different image. Any regular Linux
38-
distribution should work. As an example, this guide will use Ubuntu 20.04.
38+
distribution should work. As an example, this guide will use Ubuntu 22.04.
3939

4040
Download the image locally:
4141

4242
.. code-block:: bash
4343
44-
wget http://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
44+
wget https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
4545
4646
Upload the image to Glance:
4747

4848
.. code-block:: bash
4949
50-
openstack image create --container-format bare --disk-format qcow2 --file focal-server-cloudimg-amd64.img Ubuntu-20.04 --progress
50+
openstack image create --container-format bare --disk-format qcow2 --file jammy-server-cloudimg-amd64.img Ubuntu-22.04 --progress
5151
5252
Create a keypair:
5353

@@ -59,8 +59,8 @@ Create two virtual machines from the image:
5959

6060
.. code-block:: bash
6161
62-
openstack server create --flavor m1.small --image Ubuntu-20.04 --key-name id_rsa --network admin-tenant ubuntu-client-1
63-
openstack server create --flavor m1.small --image Ubuntu-20.04 --key-name id_rsa --network admin-tenant ubuntu-client-2
62+
openstack server create --flavor m1.small --image Ubuntu-22.04 --key-name id_rsa --network admin-tenant ubuntu-client-1
63+
openstack server create --flavor m1.small --image Ubuntu-22.04 --key-name id_rsa --network admin-tenant ubuntu-client-2
6464
6565
Wait until the instances are active. It is worth noting that this process can
6666
take a while, especially if the overcloud is deployed to virtual machines. You

0 commit comments

Comments
 (0)