Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for podman (Moderate) |
Description: |
This update for podman fixes the following issues:
Security issue fixed:
- This release resolves CVE-2020-14370, in which environment variables could be leaked between containers created using the Varlink API (bsc#1176804).
Non-security issues fixed:
- add dependency to timezone package or podman fails to build a container (bsc#1178122)
- Install new auto-update system units - Update to v2.1.1 (bsc#1178392): * Changes - The `podman info` command now includes the cgroup manager Podman is using. * API - The REST API now includes a Server header in all responses. - Fixed a bug where the Libpod and Compat Attach endpoints could terminate early, before sending all output from the container. - Fixed a bug where the Compat Create endpoint for containers did not properly handle the Interactive parameter. - Fixed a bug where the Compat Kill endpoint for containers could continue to run after a fatal error. - Fixed a bug where the Limit parameter of the Compat List endpoint for Containers did not properly handle a limit of 0 (returning nothing, instead of all containers) [#7722]. - The Libpod Stats endpoint for containers is being deprecated and will be replaced by a similar endpoint with additional features in a future release. - Changes in v2.1.0 * Features - A new command, `podman image mount`, has been added. This allows for an image to be mounted, read-only, to inspect its contents without creating a container from it [#1433]. - The `podman save` and `podman load` commands can now create and load archives containing multiple images [#2669]. - Rootless Podman now supports all `podman network` commands, and rootless containers can now be joined to networks. - The performance of `podman build` on `ADD` and `COPY` instructions has been greatly improved, especially when a `.dockerignore` is present. - The `podman run` and `podman create` commands now support a new mode for the `--cgroups` option, `--cgroups=split`. Podman will create two cgroups under the cgroup it was launched in, one for the container and one for Conmon. This mode is useful for running Podman in a systemd unit, as it ensures that all processes are retained in systemd's cgroup hierarchy [#6400]. - The `podman run` and `podman create` commands can now specify options to slirp4netns by using the `--network` option as follows: `--net slirp4netns:opt1,opt2`. This allows for, among other things, switching the port forwarder used by slirp4netns away from rootlessport. - The `podman ps` command now features a new option, `--storage`, to show containers from Buildah, CRI-O and other applications. - The `podman run` and `podman create` commands now feature a `--sdnotify` option to control the behavior of systemd's sdnotify with containers, enabling improved support for Podman in `Type=notify` units. - The `podman run` command now features a `--preserve-fds` opton to pass file descriptors from the host into the container [#6458]. - The `podman run` and `podman create` commands can now create overlay volume mounts, by adding the `:O` option to a bind mount (e.g. `-v /test:/test:O`). Overlay volume mounts will mount a directory into a container from the host and allow changes to it, but not write those changes back to the directory on the host. - The `podman play kube` command now supports the Socket HostPath type [#7112]. - The `podman play kube` command now supports read-only mounts. - The `podman play kube` command now supports setting labels on pods from Kubernetes metadata labels. - The `podman play kube` command now supports setting container restart policy [#7656]. - The `podman play kube` command now properly handles `HostAlias` entries. - The `podman generate kube` command now adds entries to `/etc/hosts` from `--host-add` generated YAML as `HostAlias` entries. - The `podman play kube` and `podman generate kube` commands now properly support `shareProcessNamespace` to share the PID namespace in pods. - The `podman volume ls` command now supports the `dangling` filter to identify volumes that are dangling (not attached to any container). - The `podman run` and `podman create` commands now feature a `--umask` option to set the umask of the created container. - The `podman create` and `podman run` commands now feature a `--tz` option to set the timezone within the container [#5128]. - Environment variables for Podman can now be added in the `containers.conf` configuration file. - The `--mount` option of `podman run` and `podman create` now supports a new mount type, `type=devpts`, to add a `devpts` mount to the container. This is useful for containers that want to mount `/dev/` from the host into the container, but still create a terminal. - The `--security-opt` flag to `podman run` and `podman create` now supports a new option, `proc-opts`, to specify options for the container's `/proc` filesystem. - Podman with the `crun` OCI runtime now supports a new option to `podman run` and `podman create`, `--cgroup-conf`, which allows for advanced configuration of cgroups on cgroups v2 systems. - The `podman create` and `podman run` commands now support a `--override-variant` option, to override the architecture variant of the image that will be pulled and ran. - A new global option has been added to Podman, `--runtime-flags`, which allows for setting flags to use when the OCI runtime is called. - The `podman manifest add` command now supports the `--cert-dir`, `--auth-file`, `--creds`, and `--tls-verify` options. * Security - This release resolves CVE-2020-14370, in which environment variables could be leaked between containers created using the Varlink API. * Changes - Podman will now retry pulling an image 3 times if a pull fails due to network errors. - The `podman exec` command would previously print error messages (e.g. `exec session exited with non-zero exit code -1`) when the command run exited with a non-0 exit code. It no longer does this. The `podman exec` command will still exit with the same exit code as the command run in the container did. - Error messages when creating a container or pod with a name that is already in use have been improved. - For read-only containers running systemd init, Podman creates a tmpfs filesystem at `/run`. This was previously limited to 65k in size and mounted `noexec`, but is now unlimited size and mounted `exec`. - The `podman system reset` command no longer removes configuration files for rootless Podman. * API - The Libpod API version has been bumped to v2.0.0 due to a breaking change in the Image List API. - Docker-compatible Volume Endpoints (Create, Inspect, List, Remove, Prune) are now available! - Added an endpoint for generating systemd unit files for containers. - The `last` parameter to the Libpod container list endpoint now has an alias, `limit` [#6413]. - The Libpod image list API new returns timestamps in Unix format, as integer, as opposed to as strings - The Compat Inspect endpoint for containers now includes port information in NetworkSettings. - The Compat List endpoint for images now features limited support for the (deprecated) `filter` query parameter [#6797]. - Fixed a bug where the Compat Create endpoint for containers was not correctly handling bind mounts. - Fixed a bug where the Compat Create endpoint for containers would not return a 404 when the requested image was not present. - Fixed a bug where the Compat Create endpoint for containers did not properly handle Entrypoint and Command from images. - Fixed a bug where name history information was not properly added in the Libpod Image List endpoint. - Fixed a bug where the Libpod image search endpoint improperly populated the Description field of responses. - Added a `noTrunc` option to the Libpod image search endpoint. - Fixed a bug where the Pod List API would return null, instead of an empty array, when no pods were present [#7392]. - Fixed a bug where endpoints that hijacked would do perform the hijack too early, before being ready to send and receive data [#7195]. - Fixed a bug where Pod endpoints that can operate on multiple containers at once (e.g. Kill, Pause, Unpause, Stop) would not forward errors from individual containers that failed. - The Compat List endpoint for networks now supports filtering results [#7462]. - Fixed a bug where the Top endpoint for pods would return both a 500 and 404 when run on a non-existent pod. - Fixed a bug where Pull endpoints did not stream progress back to the client. - The Version endpoints (Libpod and Compat) now provide version in a format compatible with Docker. - All non-hijacking responses to API requests should not include headers with the version of the server. - Fixed a bug where Libpod and Compat Events endpoints did not send response headers until the first event occurred [#7263]. - Fixed a bug where the Build endpoints (Compat and Libpod) did not stream progress to the client. - Fixed a bug where the Stats endpoints (Compat and Libpod) did not properly handle clients disconnecting. - Fixed a bug where the Ignore parameter to the Libpod Stop endpoint was not performing properly. - Fixed a bug where the Compat Logs endpoint for containers did not stream its output in the correct format [#7196].
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1051510 1055117 1071995 1083647 1083710 1099306 1102247 1104036 1111331 1118087 1119222 1123080 1125721 1126455 1127034 1127315 1129622 1129770 1130675 1130681 1130682 1130972 1133021 1134097 1134390 1134399 1135335 1135642 1137458 1137534 1137535 1137584 1137609 1137827 1139358 1140133 1140322 1140652 1140903 1140945 1141401 1141402 1141452 1141453 1141454 1141478 1142023 1142112 1142220 1142221 1142254 1142350 1142351 1142354 1142359 1142450 1142701 1142868 1143003 1143045 1143105 1143185 1143189 1143191 1143507 1159104 1169679 1169748 1171252 1171254 1171441 1171443 1171444 1171445 1171446 1171447 1171474 1171550 1172524 1173247 1173605 1174200 1176410 1176804 1177143 1178122 1178392 1178588 CVE-2009-0758 CVE-2010-2244 CVE-2011-1002 CVE-2014-2524 CVE-2014-6271 CVE-2014-7169 CVE-2014-7186 CVE-2014-7187 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-16868 CVE-2018-20815 CVE-2018-20855 CVE-2018-3646 CVE-2019-11091 CVE-2019-1125 CVE-2019-11810 CVE-2019-13631 CVE-2019-13648 CVE-2019-14283 CVE-2019-14284 CVE-2019-19725 CVE-2019-3812 CVE-2019-3829 CVE-2019-3836 CVE-2019-8934 CVE-2019-9824 CVE-2020-11017 CVE-2020-11017 CVE-2020-11018 CVE-2020-11018 CVE-2020-11019 CVE-2020-11019 CVE-2020-11038 CVE-2020-11038 CVE-2020-11039 CVE-2020-11039 CVE-2020-11040 CVE-2020-11040 CVE-2020-11041 CVE-2020-11041 CVE-2020-11043 CVE-2020-11043 CVE-2020-11085 CVE-2020-11085 CVE-2020-11086 CVE-2020-11086 CVE-2020-11087 CVE-2020-11087 CVE-2020-11088 CVE-2020-11088 CVE-2020-11089 CVE-2020-11089 CVE-2020-11095 CVE-2020-11095 CVE-2020-11096 CVE-2020-11096 CVE-2020-11097 CVE-2020-11097 CVE-2020-11098 CVE-2020-11098 CVE-2020-11099 CVE-2020-11099 CVE-2020-11521 CVE-2020-11521 CVE-2020-11522 CVE-2020-11522 CVE-2020-11523 CVE-2020-11523 CVE-2020-11524 CVE-2020-11524 CVE-2020-11525 CVE-2020-11525 CVE-2020-11526 CVE-2020-11526 CVE-2020-12653 CVE-2020-12654 CVE-2020-12861 CVE-2020-12862 CVE-2020-12863 CVE-2020-12864 CVE-2020-12865 CVE-2020-12866 CVE-2020-12867 CVE-2020-13249 CVE-2020-13396 CVE-2020-13396 CVE-2020-13397 CVE-2020-13397 CVE-2020-13398 CVE-2020-13398 CVE-2020-14370 CVE-2020-25219 CVE-2020-26154 CVE-2020-26950 CVE-2020-4030 CVE-2020-4030 CVE-2020-4031 CVE-2020-4031 CVE-2020-4032 CVE-2020-4032 CVE-2020-4033 CVE-2020-4033 SUSE-SU-2018:2473-1 SUSE-SU-2018:2641-1 SUSE-SU-2019:1121-1 SUSE-SU-2019:1239-1 SUSE-SU-2020:1419-1 SUSE-SU-2020:1423-1 SUSE-SU-2020:1475-1 SUSE-SU-2020:2068-1 SUSE-SU-2020:3065-1 SUSE-SU-2020:3378-1
|
Platform(s): | SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 SP1 SUSE Linux Enterprise Module for Containers 15 SP1 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP2 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 15-LTSS SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP2 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud 8 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed AND Package Information
libvirt-0.9.6-0.23 is installed
OR libvirt-client-0.9.6-0.23 is installed
OR libvirt-client-32bit-0.9.6-0.23 is installed
OR libvirt-doc-0.9.6-0.23 is installed
OR libvirt-python-0.9.6-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
xorg-x11-libX11-7.4-5.11.11 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
avahi-0.6.31-20 is installed
OR avahi-lang-0.6.31-20 is installed
OR libavahi-client3-0.6.31-20 is installed
OR libavahi-client3-32bit-0.6.31-20 is installed
OR libavahi-common3-0.6.31-20 is installed
OR libavahi-common3-32bit-0.6.31-20 is installed
OR libavahi-core7-0.6.31-20 is installed
OR libdns_sd-0.6.31-20 is installed
OR libdns_sd-32bit-0.6.31-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
gnutls-3.2.15-11 is installed
OR libgnutls28-3.2.15-11 is installed
OR libgnutls28-32bit-3.2.15-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
NetworkManager-1.0.12-8 is installed
OR NetworkManager-lang-1.0.12-8 is installed
OR libnm-glib-vpn1-1.0.12-8 is installed
OR libnm-glib4-1.0.12-8 is installed
OR libnm-util2-1.0.12-8 is installed
OR libnm0-1.0.12-8 is installed
OR typelib-1_0-NM-1_0-1.0.12-8 is installed
OR typelib-1_0-NMClient-1_0-1.0.12-8 is installed
OR typelib-1_0-NetworkManager-1_0-1.0.12-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND dosfstools-3.0.26-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
gstreamer-0_10-plugins-bad-0.10.23-25 is installed
OR gstreamer-0_10-plugins-bad-lang-0.10.23-25 is installed
OR libgstbasecamerabinsrc-0_10-23-0.10.23-25 is installed
OR libgstbasecamerabinsrc-0_10-23-32bit-0.10.23-25 is installed
OR libgstbasevideo-0_10-23-0.10.23-25 is installed
OR libgstbasevideo-0_10-23-32bit-0.10.23-25 is installed
OR libgstcodecparsers-0_10-23-0.10.23-25 is installed
OR libgstphotography-0_10-23-0.10.23-25 is installed
OR libgstphotography-0_10-23-32bit-0.10.23-25 is installed
OR libgstsignalprocessor-0_10-23-0.10.23-25 is installed
OR libgstsignalprocessor-0_10-23-32bit-0.10.23-25 is installed
OR libgstvdp-0_10-23-0.10.23-25 is installed
OR libgstvdp-0_10-23-32bit-0.10.23-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 SP1 is installed
AND Package Information
sane-backends-1.0.31-6.3 is installed
OR sane-backends-32bit-1.0.31-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 SP1 is installed
AND Package Information
podman-2.1.1-4.28 is installed
OR podman-cni-config-2.1.1-4.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
gnutls-3.6.7-6.8 is installed
OR libgnutls30-32bit-3.6.7-6.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
kernel-default-4.12.14-150.32 is installed
OR reiserfs-kmp-default-4.12.14-150.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_6-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_2-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP2 is installed
AND Package Information
freerdp-2.1.2-15.7 is installed
OR freerdp-server-2.1.2-15.7 is installed
OR freerdp-wayland-2.1.2-15.7 is installed
OR libuwac0-0-2.1.2-15.7 is installed
OR uwac0-0-devel-2.1.2-15.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
qemu-2.11.2-9.25 is installed
OR qemu-arm-2.11.2-9.25 is installed
OR qemu-block-curl-2.11.2-9.25 is installed
OR qemu-block-iscsi-2.11.2-9.25 is installed
OR qemu-block-rbd-2.11.2-9.25 is installed
OR qemu-block-ssh-2.11.2-9.25 is installed
OR qemu-guest-agent-2.11.2-9.25 is installed
OR qemu-ipxe-1.0.0+-9.25 is installed
OR qemu-kvm-2.11.2-9.25 is installed
OR qemu-lang-2.11.2-9.25 is installed
OR qemu-ppc-2.11.2-9.25 is installed
OR qemu-s390-2.11.2-9.25 is installed
OR qemu-seabios-1.11.0-9.25 is installed
OR qemu-sgabios-8-9.25 is installed
OR qemu-vgabios-1.11.0-9.25 is installed
OR qemu-x86-2.11.2-9.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
sysstat-12.0.2-3.21 is installed
OR sysstat-isag-12.0.2-3.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
xorg-x11-server-7.6_1.15.2-36 is installed
OR xorg-x11-server-extra-7.6_1.15.2-36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_66-default-8-2 is installed
OR kgraft-patch-3_12_74-60_64_66-xen-8-2 is installed
OR kgraft-patch-SLE12-SP1_Update_23-8-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND apache2-mod_nss-1.0.14-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
MozillaFirefox-68.3.0-109.98 is installed
OR MozillaFirefox-devel-68.3.0-109.98 is installed
OR MozillaFirefox-translations-common-68.3.0-109.98 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_29-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
audiofile-0.3.6-10 is installed
OR libaudiofile1-0.3.6-10 is installed
OR libaudiofile1-32bit-0.3.6-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND Package Information
kernel-default-4.4.180-94.113 is installed
OR kernel-default-base-4.4.180-94.113 is installed
OR kernel-default-devel-4.4.180-94.113 is installed
OR kernel-devel-4.4.180-94.113 is installed
OR kernel-macros-4.4.180-94.113 is installed
OR kernel-source-4.4.180-94.113 is installed
OR kernel-syms-4.4.180-94.113 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND Package Information
kgraft-patch-4_4_155-94_50-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_17-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
avahi-0.6.32-30 is installed
OR avahi-lang-0.6.32-30 is installed
OR avahi-utils-0.6.32-30 is installed
OR libavahi-client3-0.6.32-30 is installed
OR libavahi-client3-32bit-0.6.32-30 is installed
OR libavahi-common3-0.6.32-30 is installed
OR libavahi-common3-32bit-0.6.32-30 is installed
OR libavahi-core7-0.6.32-30 is installed
OR libdns_sd-0.6.32-30 is installed
OR libdns_sd-32bit-0.6.32-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 15-LTSS is installed
AND Package Information
libmariadb-devel-3.1.8-3.18 is installed
OR libmariadb3-3.1.8-3.18 is installed
OR libmariadb_plugins-3.1.8-3.18 is installed
OR libmariadbprivate-3.1.8-3.18 is installed
OR mariadb-connector-c-3.1.8-3.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND enigmail-2.0.8-3.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP2 is installed
AND Package Information
freerdp-2.1.2-15.7 is installed
OR freerdp-devel-2.1.2-15.7 is installed
OR libfreerdp2-2.1.2-15.7 is installed
OR libwinpr2-2.1.2-15.7 is installed
OR winpr2-devel-2.1.2-15.7 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-keystonemiddleware-2.3.1-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
storm-1.0.5-5 is installed
OR storm-nimbus-1.0.5-5 is installed
OR storm-supervisor-1.0.5-5 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 8 is installed
AND Package Information
perl-5.18.2-12.20 is installed
OR perl-32bit-5.18.2-12.20 is installed
OR perl-base-5.18.2-12.20 is installed
OR perl-doc-5.18.2-12.20 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND python-ecdsa-0.13.3-5.10 is installed
|