Switch ubuntu image to Jammy Jellyfish

Move to the 22.04 LTS release. Also stop installing
python2, since its EOL.
Depends-On: Idd3e6a6fdb8cf13727cd674c76efd89b3aacfc52
Change-Id: I9b4c134ecc9279487e253fa3bc38ae32fe487ac6
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi
2022年05月10日 18:24:22 +05:30
committed by Carlos Eduardo
parent a21683502a
commit 8cd2097190

View File

@@ -20,7 +20,7 @@ MANILA_USER_AUTHORIZED_KEYS=${MANILA_USER_AUTHORIZED_KEYS:-"None"}
# Manila image settings
MANILA_IMG_ARCH=${MANILA_IMG_ARCH:-"amd64"}
MANILA_IMG_OS=${MANILA_IMG_OS:-"manila-ubuntu-minimal"}
MANILA_IMG_OS_VER=${MANILA_IMG_OS_VER:-"focal"}
MANILA_IMG_OS_VER=${MANILA_IMG_OS_VER:-"jammy"}
MANILA_IMG_NAME=${MANILA_IMG_NAME:-"manila-service-image"}
# Manila image creation default

View File

@@ -5,5 +5,5 @@ vim:
iptables:
iputils:
net-tools:
python:
python3:
qemu-guest-agent:

View File

@@ -5,5 +5,5 @@ vim:
iptables:
inetutils-ping:
net-tools:
python:
python3:
qemu-guest-agent:
Reference in New Issue
openstack/manila-image-elements
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.